Html Css Color HEX #EFB672 Harvest Gold

📋 copy color: '#EFB672'

red 239 ◦ green 182 ◦ blue 114

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

Shades of Harvest Gold #EFB672

Tints of Harvest Gold #EFB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

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

R = 44.67%
G = 34.02%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFB672 (or 0xEFB672) is known color: Harvest Gold. HEX triplet: EF, B6 and 72. RGB value is (239,182,114). Sum of RGB (Red+Green+Blue) = 239+182+114=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB672 is #10498D. Grayscale: #BFBFBF. Windows color (decimal): -1067406 or 7517935. OLE color: 7517935.

HSL color Cylindrical-coordinate representation of color #EFB672: hue angle of 32.64º 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 #EFB672 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 182 114 -
CMYK 0 0.24 0.52 0.06
HSL 32.64º 0.8% 0.69% -
HSV(B) 32.64º 0.52% 0.94% -
XYZ 55.36 53.02 23.24 -
YUV 191.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 239 182 114 0 0.24 0.52 0.06 32.64 0.8 0.69
Hex EF B6 72 0 18 34 6 21 50 45
Octal 357 266 162 0 30 64 6 41 120 105
Binary 11101111 10110110 1110010 0 11000 110100 110 100001 1010000 1000101

Color Harmonies of #EFB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB672

Black with #EFB672

Text Example


Text Example

White with #EFB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB672; }

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

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

background-color css

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

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

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

border-color css

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

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

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