Html Css Color HEX #EDC16B Harvest Gold

📋 copy color: '#EDC16B'

red 237 ◦ green 193 ◦ blue 107

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

Shades of Harvest Gold #EDC16B

Tints of Harvest Gold #EDC16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.93%

R = 44.13%
G = 35.94%
B = 19.93%

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

#EDC16B (or 0xEDC16B) is known color: Harvest Gold. HEX triplet: ED, C1 and 6B. RGB value is (237,193,107). Sum of RGB (Red+Green+Blue) = 237+193+107=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC16B is #123E94. Grayscale: #C4C4C4. Windows color (decimal): -1195669 or 7061997. OLE color: 7061997.

HSL color Cylindrical-coordinate representation of color #EDC16B: hue angle of 39.69º 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 #EDC16B is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 107 -
CMYK 0 0.19 0.55 0.07
HSL 39.69º 0.78% 0.67% -
HSV(B) 39.69º 0.55% 0.93% -
XYZ 56.65 57.21 21.97 -
YUV 196.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 237 193 107 0 0.19 0.55 0.07 39.69 0.78 0.67
Hex ED C1 6B 0 13 37 7 28 4E 43
Octal 355 301 153 0 23 67 7 50 116 103
Binary 11101101 11000001 1101011 0 10011 110111 111 101000 1001110 1000011

Color Harmonies of #EDC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC16B

Black with #EDC16B

Text Example


Text Example

White with #EDC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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