Html Css Color HEX #EEB465 Harvest Gold

📋 copy color: '#EEB465'

red 238 ◦ green 180 ◦ blue 101

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

Shades of Harvest Gold #EEB465

Tints of Harvest Gold #EEB465

RGB

 RED value IS 238 (93.36% from 255) = 45.86%

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

 BLUE value IS 101 (39.84% from 255) = 19.46%

R = 45.86%
G = 34.68%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEB465 (or 0xEEB465) is known color: Harvest Gold. HEX triplet: EE, B4 and 65. RGB value is (238,180,101). Sum of RGB (Red+Green+Blue) = 238+180+101=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB465 is #114B9A. Grayscale: #BCBCBC. Windows color (decimal): -1133467 or 6665454. OLE color: 6665454.

HSL color Cylindrical-coordinate representation of color #EEB465: hue angle of 34.6º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEB465 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 180 101 -
CMYK 0 0.24 0.58 0.07
HSL 34.6º 0.8% 0.66% -
HSV(B) 34.6º 0.58% 0.93% -
XYZ 53.93 51.76 19.46 -
YUV 188.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 238 180 101 0 0.24 0.58 0.07 34.6 0.8 0.66
Hex EE B4 65 0 18 3A 7 23 50 42
Octal 356 264 145 0 30 72 7 43 120 102
Binary 11101110 10110100 1100101 0 11000 111010 111 100011 1010000 1000010

Color Harmonies of #EEB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB465

Black with #EEB465

Text Example


Text Example

White with #EEB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB465; }

 p { color: rgb(238,180,101); }

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

background-color css

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

 a { background-color: rgb(238,180,101); }

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

border-color css

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

 span { border-color: rgb(238,180,101); }

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