Html Css Color HEX #E0DD11 Barberry

📋 copy color: '#E0DD11'

red 224 ◦ green 221 ◦ blue 17

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

Shades of Barberry #E0DD11

Tints of Barberry #E0DD11

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.84%

 BLUE value IS 17 (7.03% from 255) = 3.68%

R = 48.48%
G = 47.84%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0DD11 (or 0xE0DD11) is known color: Barberry. HEX triplet: E0, DD and 11. RGB value is (224,221,17). Sum of RGB (Red+Green+Blue) = 224+221+17=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DD11 is #1F22EE. Grayscale: #C7C7C7. Windows color (decimal): -2040559 or 1170912. OLE color: 1170912.

HSL color Cylindrical-coordinate representation of color #E0DD11: hue angle of 59.13º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0DD11 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 221 17 -
CMYK 0 0.01 0.92 0.12
HSL 59.13º 0.86% 0.47% -
HSV(B) 59.13º 0.92% 0.88% -
XYZ 56.7 67.6 10.59 -
YUV 198.64 25.49 146.09 -
System Red Green Blue C M Y K H S L
Decimal 224 221 17 0 0.01 0.92 0.12 59.13 0.86 0.47
Hex E0 DD 11 0 1 5C C 3B 56 2F
Octal 340 335 21 0 1 134 14 73 126 57
Binary 11100000 11011101 10001 0 1 1011100 1100 111011 1010110 101111

Color Harmonies of #E0DD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD11

Black with #E0DD11

Text Example


Text Example

White with #E0DD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD11; }

 p { color: rgb(224,221,17); }

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

background-color css

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

 a { background-color: rgb(224,221,17); }

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

border-color css

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

 span { border-color: rgb(224,221,17); }

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