Html Css Color HEX #EDC439 Saffron

📋 copy color: '#EDC439'

red 237 ◦ green 196 ◦ blue 57

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

Shades of Saffron #EDC439

Tints of Saffron #EDC439

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40%

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

R = 48.37%
G = 40%
B = 11.63%

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

#EDC439 (or 0xEDC439) is known color: Saffron. HEX triplet: ED, C4 and 39. RGB value is (237,196,57). Sum of RGB (Red+Green+Blue) = 237+196+57=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 57 (22.66% from 255 or 11.63% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC439 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC439 is #123BC6. Grayscale: #C1C1C1. Windows color (decimal): -1194951 or 3785965. OLE color: 3785965.

HSL color Cylindrical-coordinate representation of color #EDC439: hue angle of 46.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 #EDC439 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 196 57 -
CMYK 0 0.17 0.76 0.07
HSL 46.33º 0.83% 0.58% -
HSV(B) 46.33º 0.76% 0.93% -
XYZ 55.4 57.78 12.1 -
YUV 192.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 237 196 57 0 0.17 0.76 0.07 46.33 0.83 0.58
Hex ED C4 39 0 11 4C 7 2E 53 3A
Octal 355 304 71 0 21 114 7 56 123 72
Binary 11101101 11000100 111001 0 10001 1001100 111 101110 1010011 111010

Color Harmonies of #EDC439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC439

Black with #EDC439

Text Example


Text Example

White with #EDC439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC439; }

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

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

background-color css

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

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

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

border-color css

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

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

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