Html Css Color HEX #E0DA15 Barberry

📋 copy color: '#E0DA15'

red 224 ◦ green 218 ◦ blue 21

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

Shades of Barberry #E0DA15

Tints of Barberry #E0DA15

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.08%

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

R = 48.38%
G = 47.08%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E0DA15 (or 0xE0DA15) is known color: Barberry. HEX triplet: E0, DA and 15. RGB value is (224,218,21). Sum of RGB (Red+Green+Blue) = 224+218+21=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DA15 is #1F25EA. Grayscale: #C6C6C6. Windows color (decimal): -2041323 or 1432288. OLE color: 1432288.

HSL color Cylindrical-coordinate representation of color #E0DA15: hue angle of 58.23º 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 #E0DA15 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 218 21 -
CMYK 0 0.03 0.91 0.12
HSL 58.23º 0.83% 0.48% -
HSV(B) 58.23º 0.91% 0.88% -
XYZ 55.95 66.04 10.51 -
YUV 197.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 224 218 21 0 0.03 0.91 0.12 58.23 0.83 0.48
Hex E0 DA 15 0 3 5B C 3A 53 30
Octal 340 332 25 0 3 133 14 72 123 60
Binary 11100000 11011010 10101 0 11 1011011 1100 111010 1010011 110000

Color Harmonies of #E0DA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DA15

Black with #E0DA15

Text Example


Text Example

White with #E0DA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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