Html Css Color HEX #E0D710 Barberry

📋 copy color: '#E0D710'

red 224 ◦ green 215 ◦ blue 16

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

Shades of Barberry #E0D710

Tints of Barberry #E0D710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.25%

 BLUE value IS 16 (6.64% from 255) = 3.52%

R = 49.23%
G = 47.25%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0D710 (or 0xE0D710) is known color: Barberry. HEX triplet: E0, D7 and 10. RGB value is (224,215,16). Sum of RGB (Red+Green+Blue) = 224+215+16=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D710 is #1F28EF. Grayscale: #C3C3C3. Windows color (decimal): -2042096 or 1103840. OLE color: 1103840.

HSL color Cylindrical-coordinate representation of color #E0D710: hue angle of 57.4º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0D710 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 215 16 -
CMYK 0 0.04 0.93 0.12
HSL 57.4º 0.87% 0.47% -
HSV(B) 57.4º 0.93% 0.88% -
XYZ 55.13 64.49 10.03 -
YUV 195.01 26.98 148.68 -
System Red Green Blue C M Y K H S L
Decimal 224 215 16 0 0.04 0.93 0.12 57.4 0.87 0.47
Hex E0 D7 10 0 4 5D C 39 57 2F
Octal 340 327 20 0 4 135 14 71 127 57
Binary 11100000 11010111 10000 0 100 1011101 1100 111001 1010111 101111

Color Harmonies of #E0D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D710

Black with #E0D710

Text Example


Text Example

White with #E0D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D710; }

 p { color: rgb(224,215,16); }

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

background-color css

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

 a { background-color: rgb(224,215,16); }

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

border-color css

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

 span { border-color: rgb(224,215,16); }

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