Html Css Color HEX #EFB16D Harvest Gold

📋 copy color: '#EFB16D'

red 239 ◦ green 177 ◦ blue 109

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

Shades of Harvest Gold #EFB16D

Tints of Harvest Gold #EFB16D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.71%

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

R = 45.52%
G = 33.71%
B = 20.76%

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

#EFB16D (or 0xEFB16D) is known color: Harvest Gold. HEX triplet: EF, B1 and 6D. RGB value is (239,177,109). Sum of RGB (Red+Green+Blue) = 239+177+109=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB16D is #104E92. Grayscale: #BCBCBC. Windows color (decimal): -1068691 or 7188975. OLE color: 7188975.

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

Color convert

RGB 239 177 109 -
CMYK 0 0.26 0.54 0.06
HSL 31.38º 0.8% 0.68% -
HSV(B) 31.38º 0.54% 0.94% -
XYZ 54.08 50.9 21.44 -
YUV 187.79 83.54 164.53 -
System Red Green Blue C M Y K H S L
Decimal 239 177 109 0 0.26 0.54 0.06 31.38 0.8 0.68
Hex EF B1 6D 0 1A 36 6 1F 50 44
Octal 357 261 155 0 32 66 6 37 120 104
Binary 11101111 10110001 1101101 0 11010 110110 110 11111 1010000 1000100

Color Harmonies of #EFB16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB16D

Black with #EFB16D

Text Example


Text Example

White with #EFB16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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