Html Css Color HEX #EDC16F Harvest Gold

📋 copy color: '#EDC16F'

red 237 ◦ green 193 ◦ blue 111

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

Shades of Harvest Gold #EDC16F

Tints of Harvest Gold #EDC16F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.67%

 BLUE value IS 111 (43.75% from 255) = 20.52%

R = 43.81%
G = 35.67%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDC16F (or 0xEDC16F) is known color: Harvest Gold. HEX triplet: ED, C1 and 6F. RGB value is (237,193,111). Sum of RGB (Red+Green+Blue) = 237+193+111=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC16F is #123E90. Grayscale: #C5C5C5. Windows color (decimal): -1195665 or 7324141. OLE color: 7324141.

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

Color convert

RGB 237 193 111 -
CMYK 0 0.19 0.53 0.07
HSL 39.05º 0.78% 0.68% -
HSV(B) 39.05º 0.53% 0.93% -
XYZ 56.86 57.29 23.1 -
YUV 196.81 79.58 156.67 -
System Red Green Blue C M Y K H S L
Decimal 237 193 111 0 0.19 0.53 0.07 39.05 0.78 0.68
Hex ED C1 6F 0 13 35 7 27 4E 44
Octal 355 301 157 0 23 65 7 47 116 104
Binary 11101101 11000001 1101111 0 10011 110101 111 100111 1001110 1000100

Color Harmonies of #EDC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC16F

Black with #EDC16F

Text Example


Text Example

White with #EDC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC16F; }

 p { color: rgb(237,193,111); }

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

background-color css

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

 a { background-color: rgb(237,193,111); }

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

border-color css

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

 span { border-color: rgb(237,193,111); }

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