Html Css Color HEX #E0D11C Barberry

📋 copy color: '#E0D11C'

red 224 ◦ green 209 ◦ blue 28

#E0D11C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #E0D11C

Tints of Barberry #E0D11C

RGB

 RED value IS 224 (87.89% from 255) = 48.59%

 GREEN value IS 209 (82.03% from 255) = 45.34%

 BLUE value IS 28 (11.33% from 255) = 6.07%

R = 48.59%
G = 45.34%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E0D11C (or 0xE0D11C) is known color: Barberry. HEX triplet: E0, D1 and 1C. RGB value is (224,209,28). Sum of RGB (Red+Green+Blue) = 224+209+28=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D11C is #1F2EE3. Grayscale: #C1C1C1. Windows color (decimal): -2043620 or 1888736. OLE color: 1888736.

HSL color Cylindrical-coordinate representation of color #E0D11C: hue angle of 55.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0D11C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 209 28 -
CMYK 0 0.07 0.88 0.12
HSL 55.41º 0.78% 0.49% -
HSV(B) 55.41º 0.88% 0.88% -
XYZ 53.75 61.53 10.14 -
YUV 192.85 34.97 150.22 -
System Red Green Blue C M Y K H S L
Decimal 224 209 28 0 0.07 0.88 0.12 55.41 0.78 0.49
Hex E0 D1 1C 0 7 58 C 37 4E 31
Octal 340 321 34 0 7 130 14 67 116 61
Binary 11100000 11010001 11100 0 111 1011000 1100 110111 1001110 110001

Color Harmonies of #E0D11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D11C

Black with #E0D11C

Text Example


Text Example

White with #E0D11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D11C; }

 p { color: rgb(224,209,28); }

 H1.HeaderClassName
 {
   color: #E0D11C;
 }
 .AnyTagClassName
 {
   color: #E0D11C;
 }
</style>

background-color css

<style>
 a { background-color: #E0D11C; }

 a { background-color: rgb(224,209,28); }

 div.DivClassName
 {
   background-color: #E0D11C;
 }
 .BgClassName
 {
   background-color: #E0D11C;
 }
</style>

border-color css

<style>
 span { border-color: #E0D11C; }

 span { border-color: rgb(224,209,28); }

 td.TdClassName
 {
   border-color: #E0D11C;
 }
 .TagClassName
 {
   border-color: #E0D11C;
 }
</style>