Html Css Color HEX #EDC16A Harvest Gold

📋 copy color: '#EDC16A'

red 237 ◦ green 193 ◦ blue 106

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

Shades of Harvest Gold #EDC16A

Tints of Harvest Gold #EDC16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.78%

R = 44.22%
G = 36.01%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDC16A (or 0xEDC16A) is known color: Harvest Gold. HEX triplet: ED, C1 and 6A. RGB value is (237,193,106). Sum of RGB (Red+Green+Blue) = 237+193+106=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC16A is #123E95. Grayscale: #C4C4C4. Windows color (decimal): -1195670 or 6996461. OLE color: 6996461.

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

Color convert

RGB 237 193 106 -
CMYK 0 0.19 0.55 0.07
HSL 39.85º 0.78% 0.67% -
HSV(B) 39.85º 0.55% 0.93% -
XYZ 56.6 57.19 21.69 -
YUV 196.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 237 193 106 0 0.19 0.55 0.07 39.85 0.78 0.67
Hex ED C1 6A 0 13 37 7 28 4E 43
Octal 355 301 152 0 23 67 7 50 116 103
Binary 11101101 11000001 1101010 0 10011 110111 111 101000 1001110 1000011

Color Harmonies of #EDC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC16A

Black with #EDC16A

Text Example


Text Example

White with #EDC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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