Html Css Color HEX #EFB461 Harvest Gold

📋 copy color: '#EFB461'

red 239 ◦ green 180 ◦ blue 97

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

Shades of Harvest Gold #EFB461

Tints of Harvest Gold #EFB461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.8%

R = 46.32%
G = 34.88%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFB461 (or 0xEFB461) is known color: Harvest Gold. HEX triplet: EF, B4 and 61. RGB value is (239,180,97). Sum of RGB (Red+Green+Blue) = 239+180+97=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB461 is #104B9E. Grayscale: #BCBCBC. Windows color (decimal): -1067935 or 6403311. OLE color: 6403311.

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

Color convert

RGB 239 180 97 -
CMYK 0 0.25 0.59 0.06
HSL 35.07º 0.82% 0.66% -
HSV(B) 35.07º 0.59% 0.94% -
XYZ 54.08 51.86 18.47 -
YUV 188.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 239 180 97 0 0.25 0.59 0.06 35.07 0.82 0.66
Hex EF B4 61 0 19 3B 6 23 52 42
Octal 357 264 141 0 31 73 6 43 122 102
Binary 11101111 10110100 1100001 0 11001 111011 110 100011 1010010 1000010

Color Harmonies of #EFB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB461

Black with #EFB461

Text Example


Text Example

White with #EFB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB461; }

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

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

background-color css

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

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

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

border-color css

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

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

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