Html Css Color HEX #EFB06A Harvest Gold

📋 copy color: '#EFB06A'

red 239 ◦ green 176 ◦ blue 106

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

Shades of Harvest Gold #EFB06A

Tints of Harvest Gold #EFB06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.35%

R = 45.87%
G = 33.78%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFB06A (or 0xEFB06A) is known color: Harvest Gold. HEX triplet: EF, B0 and 6A. RGB value is (239,176,106). Sum of RGB (Red+Green+Blue) = 239+176+106=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB06A is #104F95. Grayscale: #BBBBBB. Windows color (decimal): -1068950 or 6992111. OLE color: 6992111.

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

Color convert

RGB 239 176 106 -
CMYK 0 0.26 0.56 0.06
HSL 31.58º 0.81% 0.68% -
HSV(B) 31.58º 0.56% 0.94% -
XYZ 53.72 50.44 20.54 -
YUV 186.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 239 176 106 0 0.26 0.56 0.06 31.58 0.81 0.68
Hex EF B0 6A 0 1A 38 6 20 51 44
Octal 357 260 152 0 32 70 6 40 121 104
Binary 11101111 10110000 1101010 0 11010 111000 110 100000 1010001 1000100

Color Harmonies of #EFB06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB06A

Black with #EFB06A

Text Example


Text Example

White with #EFB06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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