Html Css Color HEX #EFB46D Harvest Gold

📋 copy color: '#EFB46D'

red 239 ◦ green 180 ◦ blue 109

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

Shades of Harvest Gold #EFB46D

Tints of Harvest Gold #EFB46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.64%

R = 45.27%
G = 34.09%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFB46D (or 0xEFB46D) is known color: Harvest Gold. HEX triplet: EF, B4 and 6D. RGB value is (239,180,109). Sum of RGB (Red+Green+Blue) = 239+180+109=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB46D is #104B92. Grayscale: #BDBDBD. Windows color (decimal): -1067923 or 7189743. OLE color: 7189743.

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

Color convert

RGB 239 180 109 -
CMYK 0 0.25 0.54 0.06
HSL 32.77º 0.8% 0.68% -
HSV(B) 32.77º 0.54% 0.94% -
XYZ 54.68 52.1 21.64 -
YUV 189.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 239 180 109 0 0.25 0.54 0.06 32.77 0.8 0.68
Hex EF B4 6D 0 19 36 6 21 50 44
Octal 357 264 155 0 31 66 6 41 120 104
Binary 11101111 10110100 1101101 0 11001 110110 110 100001 1010000 1000100

Color Harmonies of #EFB46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB46D

Black with #EFB46D

Text Example


Text Example

White with #EFB46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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