Html Css Color HEX #EDB162 Harvest Gold

📋 copy color: '#EDB162'

red 237 ◦ green 177 ◦ blue 98

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

Shades of Harvest Gold #EDB162

Tints of Harvest Gold #EDB162

RGB

 RED value IS 237 (92.97% from 255) = 46.29%

 GREEN value IS 177 (69.53% from 255) = 34.57%

 BLUE value IS 98 (38.67% from 255) = 19.14%

R = 46.29%
G = 34.57%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDB162 (or 0xEDB162) is known color: Harvest Gold. HEX triplet: ED, B1 and 62. RGB value is (237,177,98). Sum of RGB (Red+Green+Blue) = 237+177+98=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB162 is #124E9D. Grayscale: #BABABA. Windows color (decimal): -1199774 or 6468077. OLE color: 6468077.

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

Color convert

RGB 237 177 98 -
CMYK 0 0.25 0.59 0.07
HSL 34.1º 0.79% 0.66% -
HSV(B) 34.1º 0.59% 0.93% -
XYZ 52.85 50.33 18.48 -
YUV 185.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 237 177 98 0 0.25 0.59 0.07 34.1 0.79 0.66
Hex ED B1 62 0 19 3B 7 22 4F 42
Octal 355 261 142 0 31 73 7 42 117 102
Binary 11101101 10110001 1100010 0 11001 111011 111 100010 1001111 1000010

Color Harmonies of #EDB162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB162

Black with #EDB162

Text Example


Text Example

White with #EDB162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB162; }

 p { color: rgb(237,177,98); }

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

background-color css

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

 a { background-color: rgb(237,177,98); }

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

border-color css

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

 span { border-color: rgb(237,177,98); }

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