Html Css Color HEX #EFBC72 Harvest Gold

📋 copy color: '#EFBC72'

red 239 ◦ green 188 ◦ blue 114

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

Shades of Harvest Gold #EFBC72

Tints of Harvest Gold #EFBC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.75%

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

R = 44.18%
G = 34.75%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFBC72 (or 0xEFBC72) is known color: Harvest Gold. HEX triplet: EF, BC and 72. RGB value is (239,188,114). Sum of RGB (Red+Green+Blue) = 239+188+114=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC72 is #10438D. Grayscale: #C3C3C3. Windows color (decimal): -1065870 or 7519471. OLE color: 7519471.

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

Color convert

RGB 239 188 114 -
CMYK 0 0.21 0.52 0.06
HSL 35.52º 0.8% 0.69% -
HSV(B) 35.52º 0.52% 0.94% -
XYZ 56.62 55.53 23.65 -
YUV 194.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 239 188 114 0 0.21 0.52 0.06 35.52 0.8 0.69
Hex EF BC 72 0 15 34 6 24 50 45
Octal 357 274 162 0 25 64 6 44 120 105
Binary 11101111 10111100 1110010 0 10101 110100 110 100100 1010000 1000101

Color Harmonies of #EFBC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC72

Black with #EFBC72

Text Example


Text Example

White with #EFBC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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