Html Css Color HEX #EFB768 Harvest Gold

📋 copy color: '#EFB768'

red 239 ◦ green 183 ◦ blue 104

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

Shades of Harvest Gold #EFB768

Tints of Harvest Gold #EFB768

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.79%

 BLUE value IS 104 (41.02% from 255) = 19.77%

R = 45.44%
G = 34.79%
B = 19.77%

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

#EFB768 (or 0xEFB768) is known color: Harvest Gold. HEX triplet: EF, B7 and 68. RGB value is (239,183,104). Sum of RGB (Red+Green+Blue) = 239+183+104=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB768 is #104897. Grayscale: #BFBFBF. Windows color (decimal): -1067160 or 6862831. OLE color: 6862831.

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

Color convert

RGB 239 183 104 -
CMYK 0 0.23 0.56 0.06
HSL 35.11º 0.81% 0.67% -
HSV(B) 35.11º 0.56% 0.94% -
XYZ 55.03 53.22 20.47 -
YUV 190.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 239 183 104 0 0.23 0.56 0.06 35.11 0.81 0.67
Hex EF B7 68 0 17 38 6 23 51 43
Octal 357 267 150 0 27 70 6 43 121 103
Binary 11101111 10110111 1101000 0 10111 111000 110 100011 1010001 1000011

Color Harmonies of #EFB768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB768

Black with #EFB768

Text Example


Text Example

White with #EFB768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB768; }

 p { color: rgb(239,183,104); }

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

background-color css

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

 a { background-color: rgb(239,183,104); }

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

border-color css

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

 span { border-color: rgb(239,183,104); }

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