Html Css Color HEX #EFB96A Harvest Gold

📋 copy color: '#EFB96A'

red 239 ◦ green 185 ◦ blue 106

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

Shades of Harvest Gold #EFB96A

Tints of Harvest Gold #EFB96A

RGB

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

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

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

R = 45.09%
G = 34.91%
B = 20%

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

#EFB96A (or 0xEFB96A) is known color: Harvest Gold. HEX triplet: EF, B9 and 6A. RGB value is (239,185,106). Sum of RGB (Red+Green+Blue) = 239+185+106=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB96A is #104695. Grayscale: #C0C0C0. Windows color (decimal): -1066646 or 6994415. OLE color: 6994415.

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

Color convert

RGB 239 185 106 -
CMYK 0 0.23 0.56 0.06
HSL 35.64º 0.81% 0.68% -
HSV(B) 35.64º 0.56% 0.94% -
XYZ 55.55 54.09 21.15 -
YUV 192.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 239 185 106 0 0.23 0.56 0.06 35.64 0.81 0.68
Hex EF B9 6A 0 17 38 6 24 51 44
Octal 357 271 152 0 27 70 6 44 121 104
Binary 11101111 10111001 1101010 0 10111 111000 110 100100 1010001 1000100

Color Harmonies of #EFB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB96A

Black with #EFB96A

Text Example


Text Example

White with #EFB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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