Html Css Color HEX #E0DA14 Barberry

📋 copy color: '#E0DA14'

red 224 ◦ green 218 ◦ blue 20

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

Shades of Barberry #E0DA14

Tints of Barberry #E0DA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.33%

R = 48.48%
G = 47.19%
B = 4.33%

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

#E0DA14 (or 0xE0DA14) is known color: Barberry. HEX triplet: E0, DA and 14. RGB value is (224,218,20). Sum of RGB (Red+Green+Blue) = 224+218+20=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DA14 is #1F25EB. Grayscale: #C6C6C6. Windows color (decimal): -2041324 or 1366752. OLE color: 1366752.

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

Color convert

RGB 224 218 20 -
CMYK 0 0.03 0.91 0.12
HSL 58.24º 0.84% 0.48% -
HSV(B) 58.24º 0.91% 0.88% -
XYZ 55.94 66.04 10.46 -
YUV 197.22 27.99 147.1 -
System Red Green Blue C M Y K H S L
Decimal 224 218 20 0 0.03 0.91 0.12 58.24 0.84 0.48
Hex E0 DA 14 0 3 5B C 3A 54 30
Octal 340 332 24 0 3 133 14 72 124 60
Binary 11100000 11011010 10100 0 11 1011011 1100 111010 1010100 110000

Color Harmonies of #E0DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DA14

Black with #E0DA14

Text Example


Text Example

White with #E0DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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