Html Css Color HEX #EDB466 Harvest Gold

📋 copy color: '#EDB466'

red 237 ◦ green 180 ◦ blue 102

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

Shades of Harvest Gold #EDB466

Tints of Harvest Gold #EDB466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.65%

R = 45.66%
G = 34.68%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDB466 (or 0xEDB466) is known color: Harvest Gold. HEX triplet: ED, B4 and 66. RGB value is (237,180,102). Sum of RGB (Red+Green+Blue) = 237+180+102=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 102 (40.23% from 255 or 19.65% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB466 is #124B99. Grayscale: #BCBCBC. Windows color (decimal): -1199002 or 6730989. OLE color: 6730989.

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

Color convert

RGB 237 180 102 -
CMYK 0 0.24 0.57 0.07
HSL 34.67º 0.79% 0.66% -
HSV(B) 34.67º 0.57% 0.93% -
XYZ 53.64 51.61 19.7 -
YUV 188.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 237 180 102 0 0.24 0.57 0.07 34.67 0.79 0.66
Hex ED B4 66 0 18 39 7 23 4F 42
Octal 355 264 146 0 30 71 7 43 117 102
Binary 11101101 10110100 1100110 0 11000 111001 111 100011 1001111 1000010

Color Harmonies of #EDB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB466

Black with #EDB466

Text Example


Text Example

White with #EDB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB466; }

 p { color: rgb(237,180,102); }

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

background-color css

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

 a { background-color: rgb(237,180,102); }

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

border-color css

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

 span { border-color: rgb(237,180,102); }

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