Html Css Color HEX #EBB872 Harvest Gold

📋 copy color: '#EBB872'

red 235 ◦ green 184 ◦ blue 114

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

Shades of Harvest Gold #EBB872

Tints of Harvest Gold #EBB872

RGB

 RED value IS 235 (92.19% from 255) = 44.09%

 GREEN value IS 184 (72.27% from 255) = 34.52%

 BLUE value IS 114 (44.92% from 255) = 21.39%

R = 44.09%
G = 34.52%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBB872 (or 0xEBB872) is known color: Harvest Gold. HEX triplet: EB, B8 and 72. RGB value is (235,184,114). Sum of RGB (Red+Green+Blue) = 235+184+114=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB872 is #14478D. Grayscale: #BFBFBF. Windows color (decimal): -1329038 or 7518443. OLE color: 7518443.

HSL color Cylindrical-coordinate representation of color #EBB872: hue angle of 34.71º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBB872 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 184 114 -
CMYK 0 0.22 0.51 0.08
HSL 34.71º 0.75% 0.68% -
HSV(B) 34.71º 0.51% 0.92% -
XYZ 54.44 53.16 23.31 -
YUV 191.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 235 184 114 0 0.22 0.51 0.08 34.71 0.75 0.68
Hex EB B8 72 0 16 33 8 23 4B 44
Octal 353 270 162 0 26 63 10 43 113 104
Binary 11101011 10111000 1110010 0 10110 110011 1000 100011 1001011 1000100

Color Harmonies of #EBB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB872

Black with #EBB872

Text Example


Text Example

White with #EBB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB872; }

 p { color: rgb(235,184,114); }

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

background-color css

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

 a { background-color: rgb(235,184,114); }

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

border-color css

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

 span { border-color: rgb(235,184,114); }

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