Html Css Color HEX #EFB463 Harvest Gold

📋 copy color: '#EFB463'

red 239 ◦ green 180 ◦ blue 99

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

Shades of Harvest Gold #EFB463

Tints of Harvest Gold #EFB463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.11%

R = 46.14%
G = 34.75%
B = 19.11%

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

#EFB463 (or 0xEFB463) is known color: Harvest Gold. HEX triplet: EF, B4 and 63. RGB value is (239,180,99). Sum of RGB (Red+Green+Blue) = 239+180+99=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB463 is #104B9C. Grayscale: #BCBCBC. Windows color (decimal): -1067933 or 6534383. OLE color: 6534383.

HSL color Cylindrical-coordinate representation of color #EFB463: hue angle of 34.71º degrees, saturation: 0.81, 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 #EFB463 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 99 -
CMYK 0 0.25 0.59 0.06
HSL 34.71º 0.81% 0.66% -
HSV(B) 34.71º 0.59% 0.94% -
XYZ 54.17 51.89 18.97 -
YUV 188.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 239 180 99 0 0.25 0.59 0.06 34.71 0.81 0.66
Hex EF B4 63 0 19 3B 6 23 51 42
Octal 357 264 143 0 31 73 6 43 121 102
Binary 11101111 10110100 1100011 0 11001 111011 110 100011 1010001 1000010

Color Harmonies of #EFB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB463

Black with #EFB463

Text Example


Text Example

White with #EFB463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB463; }

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

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

background-color css

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

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

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

border-color css

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

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

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