Html Css Color HEX #EFB466 Harvest Gold

📋 copy color: '#EFB466'

red 239 ◦ green 180 ◦ blue 102

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

Shades of Harvest Gold #EFB466

Tints of Harvest Gold #EFB466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.55%

 BLUE value IS 102 (40.23% from 255) = 19.58%

R = 45.87%
G = 34.55%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFB466 (or 0xEFB466) is known color: Harvest Gold. HEX triplet: EF, B4 and 66. RGB value is (239,180,102). Sum of RGB (Red+Green+Blue) = 239+180+102=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB466 is #104B99. Grayscale: #BDBDBD. Windows color (decimal): -1067930 or 6730991. OLE color: 6730991.

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

Color convert

RGB 239 180 102 -
CMYK 0 0.25 0.57 0.06
HSL 34.16º 0.81% 0.67% -
HSV(B) 34.16º 0.57% 0.94% -
XYZ 54.32 51.95 19.74 -
YUV 188.75 79.05 163.84 -
System Red Green Blue C M Y K H S L
Decimal 239 180 102 0 0.25 0.57 0.06 34.16 0.81 0.67
Hex EF B4 66 0 19 39 6 22 51 43
Octal 357 264 146 0 31 71 6 42 121 103
Binary 11101111 10110100 1100110 0 11001 111001 110 100010 1010001 1000011

Color Harmonies of #EFB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB466

Black with #EFB466

Text Example


Text Example

White with #EFB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB466; }

 p { color: rgb(239,180,102); }

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

background-color css

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

 a { background-color: rgb(239,180,102); }

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

border-color css

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

 span { border-color: rgb(239,180,102); }

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