Html Css Color HEX #EFB66B Harvest Gold

📋 copy color: '#EFB66B'

red 239 ◦ green 182 ◦ blue 107

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

Shades of Harvest Gold #EFB66B

Tints of Harvest Gold #EFB66B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.47%

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

R = 45.27%
G = 34.47%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFB66B (or 0xEFB66B) is known color: Harvest Gold. HEX triplet: EF, B6 and 6B. RGB value is (239,182,107). Sum of RGB (Red+Green+Blue) = 239+182+107=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB66B is #104994. Grayscale: #BEBEBE. Windows color (decimal): -1067413 or 7059183. OLE color: 7059183.

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

Color convert

RGB 239 182 107 -
CMYK 0 0.24 0.55 0.06
HSL 34.09º 0.8% 0.68% -
HSV(B) 34.09º 0.55% 0.94% -
XYZ 54.98 52.87 21.22 -
YUV 190.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 239 182 107 0 0.24 0.55 0.06 34.09 0.8 0.68
Hex EF B6 6B 0 18 37 6 22 50 44
Octal 357 266 153 0 30 67 6 42 120 104
Binary 11101111 10110110 1101011 0 11000 110111 110 100010 1010000 1000100

Color Harmonies of #EFB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB66B

Black with #EFB66B

Text Example


Text Example

White with #EFB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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