Html Css Color HEX #E0DD15 Barberry

📋 copy color: '#E0DD15'

red 224 ◦ green 221 ◦ blue 21

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

Shades of Barberry #E0DD15

Tints of Barberry #E0DD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.51%

R = 48.07%
G = 47.42%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E0DD15 (or 0xE0DD15) is known color: Barberry. HEX triplet: E0, DD and 15. RGB value is (224,221,21). Sum of RGB (Red+Green+Blue) = 224+221+21=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DD15 is #1F22EA. Grayscale: #C7C7C7. Windows color (decimal): -2040555 or 1433056. OLE color: 1433056.

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

Color convert

RGB 224 221 21 -
CMYK 0 0.01 0.91 0.12
HSL 59.11º 0.83% 0.48% -
HSV(B) 59.11º 0.91% 0.88% -
XYZ 56.73 67.61 10.77 -
YUV 199.1 27.49 145.76 -
System Red Green Blue C M Y K H S L
Decimal 224 221 21 0 0.01 0.91 0.12 59.11 0.83 0.48
Hex E0 DD 15 0 1 5B C 3B 53 30
Octal 340 335 25 0 1 133 14 73 123 60
Binary 11100000 11011101 10101 0 1 1011011 1100 111011 1010011 110000

Color Harmonies of #E0DD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD15

Black with #E0DD15

Text Example


Text Example

White with #E0DD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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