Html Css Color HEX #EDC736 Saffron

📋 copy color: '#EDC736'

red 237 ◦ green 199 ◦ blue 54

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

Shades of Saffron #EDC736

Tints of Saffron #EDC736

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.61%

 BLUE value IS 54 (21.48% from 255) = 11.02%

R = 48.37%
G = 40.61%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDC736 (or 0xEDC736) is known color: Saffron. HEX triplet: ED, C7 and 36. RGB value is (237,199,54). Sum of RGB (Red+Green+Blue) = 237+199+54=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC736 is #1238C9. Grayscale: #C2C2C2. Windows color (decimal): -1194186 or 3590125. OLE color: 3590125.

HSL color Cylindrical-coordinate representation of color #EDC736: hue angle of 47.54º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDC736 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 199 54 -
CMYK 0 0.16 0.77 0.07
HSL 47.54º 0.84% 0.57% -
HSV(B) 47.54º 0.77% 0.93% -
XYZ 56.01 59.12 11.95 -
YUV 193.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 237 199 54 0 0.16 0.77 0.07 47.54 0.84 0.57
Hex ED C7 36 0 10 4D 7 30 54 39
Octal 355 307 66 0 20 115 7 60 124 71
Binary 11101101 11000111 110110 0 10000 1001101 111 110000 1010100 111001

Color Harmonies of #EDC736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC736

Black with #EDC736

Text Example


Text Example

White with #EDC736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC736; }

 p { color: rgb(237,199,54); }

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

background-color css

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

 a { background-color: rgb(237,199,54); }

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

border-color css

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

 span { border-color: rgb(237,199,54); }

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