Html Css Color HEX #E0D914 Barberry

📋 copy color: '#E0D914'

red 224 ◦ green 217 ◦ blue 20

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

Shades of Barberry #E0D914

Tints of Barberry #E0D914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.07%

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

R = 48.59%
G = 47.07%
B = 4.34%

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

#E0D914 (or 0xE0D914) is known color: Barberry. HEX triplet: E0, D9 and 14. RGB value is (224,217,20). Sum of RGB (Red+Green+Blue) = 224+217+20=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D914 is #1F26EB. Grayscale: #C5C5C5. Windows color (decimal): -2041580 or 1366496. OLE color: 1366496.

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

Color convert

RGB 224 217 20 -
CMYK 0 0.03 0.91 0.12
HSL 57.94º 0.84% 0.48% -
HSV(B) 57.94º 0.91% 0.88% -
XYZ 55.68 65.52 10.37 -
YUV 196.64 28.32 147.52 -
System Red Green Blue C M Y K H S L
Decimal 224 217 20 0 0.03 0.91 0.12 57.94 0.84 0.48
Hex E0 D9 14 0 3 5B C 3A 54 30
Octal 340 331 24 0 3 133 14 72 124 60
Binary 11100000 11011001 10100 0 11 1011011 1100 111010 1010100 110000

Color Harmonies of #E0D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D914

Black with #E0D914

Text Example


Text Example

White with #E0D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D914; }

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

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

background-color css

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

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

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

border-color css

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

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

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