Html Css Color HEX #EFB965 Harvest Gold

📋 copy color: '#EFB965'

red 239 ◦ green 185 ◦ blue 101

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

Shades of Harvest Gold #EFB965

Tints of Harvest Gold #EFB965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.24%

R = 45.52%
G = 35.24%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EFB965 (or 0xEFB965) is known color: Harvest Gold. HEX triplet: EF, B9 and 65. RGB value is (239,185,101). Sum of RGB (Red+Green+Blue) = 239+185+101=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB965 is #10469A. Grayscale: #BFBFBF. Windows color (decimal): -1066651 or 6666735. OLE color: 6666735.

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

Color convert

RGB 239 185 101 -
CMYK 0 0.23 0.58 0.06
HSL 36.52º 0.81% 0.67% -
HSV(B) 36.52º 0.58% 0.94% -
XYZ 55.29 53.99 19.82 -
YUV 191.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 239 185 101 0 0.23 0.58 0.06 36.52 0.81 0.67
Hex EF B9 65 0 17 3A 6 25 51 43
Octal 357 271 145 0 27 72 6 45 121 103
Binary 11101111 10111001 1100101 0 10111 111010 110 100101 1010001 1000011

Color Harmonies of #EFB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB965

Black with #EFB965

Text Example


Text Example

White with #EFB965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB965; }

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

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

background-color css

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

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

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

border-color css

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

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

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