Html Css Color HEX #EFB06C Harvest Gold

📋 copy color: '#EFB06C'

red 239 ◦ green 176 ◦ blue 108

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

Shades of Harvest Gold #EFB06C

Tints of Harvest Gold #EFB06C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.65%

 BLUE value IS 108 (42.58% from 255) = 20.65%

R = 45.7%
G = 33.65%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFB06C (or 0xEFB06C) is known color: Harvest Gold. HEX triplet: EF, B0 and 6C. RGB value is (239,176,108). Sum of RGB (Red+Green+Blue) = 239+176+108=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB06C is #104F93. Grayscale: #BBBBBB. Windows color (decimal): -1068948 or 7123183. OLE color: 7123183.

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

Color convert

RGB 239 176 108 -
CMYK 0 0.26 0.55 0.06
HSL 31.15º 0.8% 0.68% -
HSV(B) 31.15º 0.55% 0.94% -
XYZ 53.83 50.48 21.09 -
YUV 187.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 239 176 108 0 0.26 0.55 0.06 31.15 0.8 0.68
Hex EF B0 6C 0 1A 37 6 1F 50 44
Octal 357 260 154 0 32 67 6 37 120 104
Binary 11101111 10110000 1101100 0 11010 110111 110 11111 1010000 1000100

Color Harmonies of #EFB06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB06C

Black with #EFB06C

Text Example


Text Example

White with #EFB06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB06C; }

 p { color: rgb(239,176,108); }

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

background-color css

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

 a { background-color: rgb(239,176,108); }

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

border-color css

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

 span { border-color: rgb(239,176,108); }

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