Html Css Color HEX #EFB06D Harvest Gold

📋 copy color: '#EFB06D'

red 239 ◦ green 176 ◦ blue 109

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

Shades of Harvest Gold #EFB06D

Tints of Harvest Gold #EFB06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.8%

R = 45.61%
G = 33.59%
B = 20.8%

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

#EFB06D (or 0xEFB06D) is known color: Harvest Gold. HEX triplet: EF, B0 and 6D. RGB value is (239,176,109). Sum of RGB (Red+Green+Blue) = 239+176+109=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB06D is #104F92. Grayscale: #BBBBBB. Windows color (decimal): -1068947 or 7188719. OLE color: 7188719.

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

Color convert

RGB 239 176 109 -
CMYK 0 0.26 0.54 0.06
HSL 30.92º 0.8% 0.68% -
HSV(B) 30.92º 0.54% 0.94% -
XYZ 53.88 50.51 21.38 -
YUV 187.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 239 176 109 0 0.26 0.54 0.06 30.92 0.8 0.68
Hex EF B0 6D 0 1A 36 6 1F 50 44
Octal 357 260 155 0 32 66 6 37 120 104
Binary 11101111 10110000 1101101 0 11010 110110 110 11111 1010000 1000100

Color Harmonies of #EFB06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB06D

Black with #EFB06D

Text Example


Text Example

White with #EFB06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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