Html Css Color HEX #EDC239 Saffron

📋 copy color: '#EDC239'

red 237 ◦ green 194 ◦ blue 57

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

Shades of Saffron #EDC239

Tints of Saffron #EDC239

RGB

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

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

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

R = 48.57%
G = 39.75%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDC239 (or 0xEDC239) is known color: Saffron. HEX triplet: ED, C2 and 39. RGB value is (237,194,57). Sum of RGB (Red+Green+Blue) = 237+194+57=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC239 is #123DC6. Grayscale: #BFBFBF. Windows color (decimal): -1195463 or 3785453. OLE color: 3785453.

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

Color convert

RGB 237 194 57 -
CMYK 0 0.18 0.76 0.07
HSL 45.67º 0.83% 0.58% -
HSV(B) 45.67º 0.76% 0.93% -
XYZ 54.96 56.88 11.95 -
YUV 191.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 237 194 57 0 0.18 0.76 0.07 45.67 0.83 0.58
Hex ED C2 39 0 12 4C 7 2E 53 3A
Octal 355 302 71 0 22 114 7 56 123 72
Binary 11101101 11000010 111001 0 10010 1001100 111 101110 1010011 111010

Color Harmonies of #EDC239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC239

Black with #EDC239

Text Example


Text Example

White with #EDC239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC239; }

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

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

background-color css

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

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

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

border-color css

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

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

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