Html Css Color HEX #EDC36B Harvest Gold

📋 copy color: '#EDC36B'

red 237 ◦ green 195 ◦ blue 107

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

Shades of Harvest Gold #EDC36B

Tints of Harvest Gold #EDC36B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.18%

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

R = 43.97%
G = 36.18%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDC36B (or 0xEDC36B) is known color: Harvest Gold. HEX triplet: ED, C3 and 6B. RGB value is (237,195,107). Sum of RGB (Red+Green+Blue) = 237+195+107=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC36B is #123C94. Grayscale: #C5C5C5. Windows color (decimal): -1195157 or 7062509. OLE color: 7062509.

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

Color convert

RGB 237 195 107 -
CMYK 0 0.18 0.55 0.07
HSL 40.62º 0.78% 0.67% -
HSV(B) 40.62º 0.55% 0.93% -
XYZ 57.09 58.1 22.11 -
YUV 197.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 237 195 107 0 0.18 0.55 0.07 40.62 0.78 0.67
Hex ED C3 6B 0 12 37 7 29 4E 43
Octal 355 303 153 0 22 67 7 51 116 103
Binary 11101101 11000011 1101011 0 10010 110111 111 101001 1001110 1000011

Color Harmonies of #EDC36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC36B

Black with #EDC36B

Text Example


Text Example

White with #EDC36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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