Html Css Color HEX #EDC075 Harvest Gold

📋 copy color: '#EDC075'

red 237 ◦ green 192 ◦ blue 117

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

Shades of Harvest Gold #EDC075

Tints of Harvest Gold #EDC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.16%

 BLUE value IS 117 (46.09% from 255) = 21.43%

R = 43.41%
G = 35.16%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC075 (or 0xEDC075) is known color: Harvest Gold. HEX triplet: ED, C0 and 75. RGB value is (237,192,117). Sum of RGB (Red+Green+Blue) = 237+192+117=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC075 is #123F8A. Grayscale: #C5C5C5. Windows color (decimal): -1195915 or 7717101. OLE color: 7717101.

HSL color Cylindrical-coordinate representation of color #EDC075: hue angle of 37.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDC075 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 192 117 -
CMYK 0 0.19 0.51 0.07
HSL 37.5º 0.77% 0.69% -
HSV(B) 37.5º 0.51% 0.93% -
XYZ 56.99 56.99 24.83 -
YUV 196.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 237 192 117 0 0.19 0.51 0.07 37.5 0.77 0.69
Hex ED C0 75 0 13 33 7 26 4D 45
Octal 355 300 165 0 23 63 7 46 115 105
Binary 11101101 11000000 1110101 0 10011 110011 111 100110 1001101 1000101

Color Harmonies of #EDC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC075

Black with #EDC075

Text Example


Text Example

White with #EDC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC075; }

 p { color: rgb(237,192,117); }

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

background-color css

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

 a { background-color: rgb(237,192,117); }

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

border-color css

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

 span { border-color: rgb(237,192,117); }

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