Html Css Color HEX #EDC26E Harvest Gold

📋 copy color: '#EDC26E'

red 237 ◦ green 194 ◦ blue 110

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

Shades of Harvest Gold #EDC26E

Tints of Harvest Gold #EDC26E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.86%

 BLUE value IS 110 (43.36% from 255) = 20.33%

R = 43.81%
G = 35.86%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDC26E (or 0xEDC26E) is known color: Harvest Gold. HEX triplet: ED, C2 and 6E. RGB value is (237,194,110). Sum of RGB (Red+Green+Blue) = 237+194+110=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC26E is #123D91. Grayscale: #C5C5C5. Windows color (decimal): -1195410 or 7258861. OLE color: 7258861.

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

Color convert

RGB 237 194 110 -
CMYK 0 0.18 0.54 0.07
HSL 39.69º 0.78% 0.68% -
HSV(B) 39.69º 0.54% 0.93% -
XYZ 57.03 57.71 22.89 -
YUV 197.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 237 194 110 0 0.18 0.54 0.07 39.69 0.78 0.68
Hex ED C2 6E 0 12 36 7 28 4E 44
Octal 355 302 156 0 22 66 7 50 116 104
Binary 11101101 11000010 1101110 0 10010 110110 111 101000 1001110 1000100

Color Harmonies of #EDC26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC26E

Black with #EDC26E

Text Example


Text Example

White with #EDC26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC26E; }

 p { color: rgb(237,194,110); }

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

background-color css

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

 a { background-color: rgb(237,194,110); }

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

border-color css

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

 span { border-color: rgb(237,194,110); }

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