Html Css Color HEX #EFB96E Harvest Gold

📋 copy color: '#EFB96E'

red 239 ◦ green 185 ◦ blue 110

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

Shades of Harvest Gold #EFB96E

Tints of Harvest Gold #EFB96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.64%

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

R = 44.76%
G = 34.64%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFB96E (or 0xEFB96E) is known color: Harvest Gold. HEX triplet: EF, B9 and 6E. RGB value is (239,185,110). Sum of RGB (Red+Green+Blue) = 239+185+110=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB96E is #104691. Grayscale: #C0C0C0. Windows color (decimal): -1066642 or 7256559. OLE color: 7256559.

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

Color convert

RGB 239 185 110 -
CMYK 0 0.23 0.54 0.06
HSL 34.88º 0.8% 0.68% -
HSV(B) 34.88º 0.54% 0.94% -
XYZ 55.76 54.17 22.27 -
YUV 192.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 239 185 110 0 0.23 0.54 0.06 34.88 0.8 0.68
Hex EF B9 6E 0 17 36 6 23 50 44
Octal 357 271 156 0 27 66 6 43 120 104
Binary 11101111 10111001 1101110 0 10111 110110 110 100011 1010000 1000100

Color Harmonies of #EFB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB96E

Black with #EFB96E

Text Example


Text Example

White with #EFB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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