Html Css Color HEX #EFB76A Harvest Gold

📋 copy color: '#EFB76A'

red 239 ◦ green 183 ◦ blue 106

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

Shades of Harvest Gold #EFB76A

Tints of Harvest Gold #EFB76A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.66%

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

R = 45.27%
G = 34.66%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFB76A (or 0xEFB76A) is known color: Harvest Gold. HEX triplet: EF, B7 and 6A. RGB value is (239,183,106). Sum of RGB (Red+Green+Blue) = 239+183+106=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB76A is #104895. Grayscale: #BFBFBF. Windows color (decimal): -1067158 or 6993903. OLE color: 6993903.

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

Color convert

RGB 239 183 106 -
CMYK 0 0.23 0.56 0.06
HSL 34.74º 0.81% 0.68% -
HSV(B) 34.74º 0.56% 0.94% -
XYZ 55.13 53.26 21.01 -
YUV 190.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 239 183 106 0 0.23 0.56 0.06 34.74 0.81 0.68
Hex EF B7 6A 0 17 38 6 23 51 44
Octal 357 267 152 0 27 70 6 43 121 104
Binary 11101111 10110111 1101010 0 10111 111000 110 100011 1010001 1000100

Color Harmonies of #EFB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB76A

Black with #EFB76A

Text Example


Text Example

White with #EFB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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