Html Css Color HEX #EFB06E Harvest Gold

📋 copy color: '#EFB06E'

red 239 ◦ green 176 ◦ blue 110

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

Shades of Harvest Gold #EFB06E

Tints of Harvest Gold #EFB06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.95%

R = 45.52%
G = 33.52%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFB06E (or 0xEFB06E) is known color: Harvest Gold. HEX triplet: EF, B0 and 6E. RGB value is (239,176,110). Sum of RGB (Red+Green+Blue) = 239+176+110=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB06E is #104F91. Grayscale: #BBBBBB. Windows color (decimal): -1068946 or 7254255. OLE color: 7254255.

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

Color convert

RGB 239 176 110 -
CMYK 0 0.26 0.54 0.06
HSL 30.7º 0.8% 0.68% -
HSV(B) 30.7º 0.54% 0.94% -
XYZ 53.94 50.53 21.66 -
YUV 187.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 239 176 110 0 0.26 0.54 0.06 30.7 0.8 0.68
Hex EF B0 6E 0 1A 36 6 1F 50 44
Octal 357 260 156 0 32 66 6 37 120 104
Binary 11101111 10110000 1101110 0 11010 110110 110 11111 1010000 1000100

Color Harmonies of #EFB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB06E

Black with #EFB06E

Text Example


Text Example

White with #EFB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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