Html Css Color HEX #EFB96B Harvest Gold

📋 copy color: '#EFB96B'

red 239 ◦ green 185 ◦ blue 107

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

Shades of Harvest Gold #EFB96B

Tints of Harvest Gold #EFB96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.15%

R = 45.01%
G = 34.84%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFB96B (or 0xEFB96B) is known color: Harvest Gold. HEX triplet: EF, B9 and 6B. RGB value is (239,185,107). Sum of RGB (Red+Green+Blue) = 239+185+107=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB96B is #104694. Grayscale: #C0C0C0. Windows color (decimal): -1066645 or 7059951. OLE color: 7059951.

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

Color convert

RGB 239 185 107 -
CMYK 0 0.23 0.55 0.06
HSL 35.45º 0.8% 0.68% -
HSV(B) 35.45º 0.55% 0.94% -
XYZ 55.6 54.11 21.42 -
YUV 192.25 79.89 161.34 -
System Red Green Blue C M Y K H S L
Decimal 239 185 107 0 0.23 0.55 0.06 35.45 0.8 0.68
Hex EF B9 6B 0 17 37 6 23 50 44
Octal 357 271 153 0 27 67 6 43 120 104
Binary 11101111 10111001 1101011 0 10111 110111 110 100011 1010000 1000100

Color Harmonies of #EFB96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB96B

Black with #EFB96B

Text Example


Text Example

White with #EFB96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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