Html Css Color HEX #EFB46A Harvest Gold

📋 copy color: '#EFB46A'

red 239 ◦ green 180 ◦ blue 106

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

Shades of Harvest Gold #EFB46A

Tints of Harvest Gold #EFB46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.19%

R = 45.52%
G = 34.29%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFB46A (or 0xEFB46A) is known color: Harvest Gold. HEX triplet: EF, B4 and 6A. RGB value is (239,180,106). Sum of RGB (Red+Green+Blue) = 239+180+106=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB46A is #104B95. Grayscale: #BDBDBD. Windows color (decimal): -1067926 or 6993135. OLE color: 6993135.

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

Color convert

RGB 239 180 106 -
CMYK 0 0.25 0.56 0.06
HSL 33.38º 0.81% 0.68% -
HSV(B) 33.38º 0.56% 0.94% -
XYZ 54.52 52.03 20.81 -
YUV 189.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 239 180 106 0 0.25 0.56 0.06 33.38 0.81 0.68
Hex EF B4 6A 0 19 38 6 21 51 44
Octal 357 264 152 0 31 70 6 41 121 104
Binary 11101111 10110100 1101010 0 11001 111000 110 100001 1010001 1000100

Color Harmonies of #EFB46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB46A

Black with #EFB46A

Text Example


Text Example

White with #EFB46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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