Html Css Color HEX #EDC538 Saffron

📋 copy color: '#EDC538'

red 237 ◦ green 197 ◦ blue 56

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

Shades of Saffron #EDC538

Tints of Saffron #EDC538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.2%

 BLUE value IS 56 (22.27% from 255) = 11.43%

R = 48.37%
G = 40.2%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDC538 (or 0xEDC538) is known color: Saffron. HEX triplet: ED, C5 and 38. RGB value is (237,197,56). Sum of RGB (Red+Green+Blue) = 237+197+56=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC538 is #123AC7. Grayscale: #C1C1C1. Windows color (decimal): -1194696 or 3720685. OLE color: 3720685.

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

Color convert

RGB 237 197 56 -
CMYK 0 0.17 0.76 0.07
HSL 46.74º 0.83% 0.57% -
HSV(B) 46.74º 0.76% 0.93% -
XYZ 55.61 58.22 12.05 -
YUV 192.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 237 197 56 0 0.17 0.76 0.07 46.74 0.83 0.57
Hex ED C5 38 0 11 4C 7 2F 53 39
Octal 355 305 70 0 21 114 7 57 123 71
Binary 11101101 11000101 111000 0 10001 1001100 111 101111 1010011 111001

Color Harmonies of #EDC538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC538

Black with #EDC538

Text Example


Text Example

White with #EDC538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC538; }

 p { color: rgb(237,197,56); }

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

background-color css

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

 a { background-color: rgb(237,197,56); }

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

border-color css

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

 span { border-color: rgb(237,197,56); }

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