Html Css Color HEX #EDC139 Saffron

📋 copy color: '#EDC139'

red 237 ◦ green 193 ◦ blue 57

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

Shades of Saffron #EDC139

Tints of Saffron #EDC139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.7%

R = 48.67%
G = 39.63%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDC139 (or 0xEDC139) is known color: Saffron. HEX triplet: ED, C1 and 39. RGB value is (237,193,57). Sum of RGB (Red+Green+Blue) = 237+193+57=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 57 (22.66% from 255 or 11.70% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC139 is #123EC6. Grayscale: #BFBFBF. Windows color (decimal): -1195719 or 3785197. OLE color: 3785197.

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

Color convert

RGB 237 193 57 -
CMYK 0 0.19 0.76 0.07
HSL 45.33º 0.83% 0.58% -
HSV(B) 45.33º 0.76% 0.93% -
XYZ 54.73 56.44 11.88 -
YUV 190.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 237 193 57 0 0.19 0.76 0.07 45.33 0.83 0.58
Hex ED C1 39 0 13 4C 7 2D 53 3A
Octal 355 301 71 0 23 114 7 55 123 72
Binary 11101101 11000001 111001 0 10011 1001100 111 101101 1010011 111010

Color Harmonies of #EDC139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC139

Black with #EDC139

Text Example


Text Example

White with #EDC139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC139; }

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

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

background-color css

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

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

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

border-color css

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

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

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