Html Css Color HEX #E0D616 Barberry

📋 copy color: '#E0D616'

red 224 ◦ green 214 ◦ blue 22

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

Shades of Barberry #E0D616

Tints of Barberry #E0D616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.52%

 BLUE value IS 22 (8.98% from 255) = 4.78%

R = 48.7%
G = 46.52%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E0D616 (or 0xE0D616) is known color: Barberry. HEX triplet: E0, D6 and 16. RGB value is (224,214,22). Sum of RGB (Red+Green+Blue) = 224+214+22=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D616 is #1F29E9. Grayscale: #C3C3C3. Windows color (decimal): -2042346 or 1496800. OLE color: 1496800.

HSL color Cylindrical-coordinate representation of color #E0D616: hue angle of 57.03º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0D616 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 214 22 -
CMYK 0 0.04 0.90 0.12
HSL 57.03º 0.82% 0.48% -
HSV(B) 57.03º 0.9% 0.88% -
XYZ 54.93 64 10.22 -
YUV 195.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 224 214 22 0 0.04 0.90 0.12 57.03 0.82 0.48
Hex E0 D6 16 0 4 5A C 39 52 30
Octal 340 326 26 0 4 132 14 71 122 60
Binary 11100000 11010110 10110 0 100 1011010 1100 111001 1010010 110000

Color Harmonies of #E0D616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D616

Black with #E0D616

Text Example


Text Example

White with #E0D616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D616; }

 p { color: rgb(224,214,22); }

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

background-color css

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

 a { background-color: rgb(224,214,22); }

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

border-color css

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

 span { border-color: rgb(224,214,22); }

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