Html Css Color HEX #EFB872 Harvest Gold

📋 copy color: '#EFB872'

red 239 ◦ green 184 ◦ blue 114

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

Shades of Harvest Gold #EFB872

Tints of Harvest Gold #EFB872

RGB

 RED value IS 239 (93.75% from 255) = 44.51%

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

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

R = 44.51%
G = 34.26%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFB872 (or 0xEFB872) is known color: Harvest Gold. HEX triplet: EF, B8 and 72. RGB value is (239,184,114). Sum of RGB (Red+Green+Blue) = 239+184+114=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB872 is #10478D. Grayscale: #C0C0C0. Windows color (decimal): -1066894 or 7518447. OLE color: 7518447.

HSL color Cylindrical-coordinate representation of color #EFB872: hue angle of 33.6º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFB872 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 184 114 -
CMYK 0 0.23 0.52 0.06
HSL 33.6º 0.8% 0.69% -
HSV(B) 33.6º 0.52% 0.94% -
XYZ 55.77 53.85 23.37 -
YUV 192.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 239 184 114 0 0.23 0.52 0.06 33.6 0.8 0.69
Hex EF B8 72 0 17 34 6 22 50 45
Octal 357 270 162 0 27 64 6 42 120 105
Binary 11101111 10111000 1110010 0 10111 110100 110 100010 1010000 1000101

Color Harmonies of #EFB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB872

Black with #EFB872

Text Example


Text Example

White with #EFB872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB872; }

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

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

background-color css

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

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

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

border-color css

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

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

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