Html Css Color HEX #EDC936 Saffron

📋 copy color: '#EDC936'

red 237 ◦ green 201 ◦ blue 54

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

Shades of Saffron #EDC936

Tints of Saffron #EDC936

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.85%

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

R = 48.17%
G = 40.85%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDC936 (or 0xEDC936) is known color: Saffron. HEX triplet: ED, C9 and 36. RGB value is (237,201,54). Sum of RGB (Red+Green+Blue) = 237+201+54=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC936 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC936 is #1236C9. Grayscale: #C3C3C3. Windows color (decimal): -1193674 or 3590637. OLE color: 3590637.

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

Color convert

RGB 237 201 54 -
CMYK 0 0.15 0.77 0.07
HSL 48.2º 0.84% 0.57% -
HSV(B) 48.2º 0.77% 0.93% -
XYZ 56.48 60.04 12.1 -
YUV 195.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 237 201 54 0 0.15 0.77 0.07 48.2 0.84 0.57
Hex ED C9 36 0 F 4D 7 30 54 39
Octal 355 311 66 0 17 115 7 60 124 71
Binary 11101101 11001001 110110 0 1111 1001101 111 110000 1010100 111001

Color Harmonies of #EDC936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC936

Black with #EDC936

Text Example


Text Example

White with #EDC936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC936; }

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

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

background-color css

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

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

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

border-color css

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

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

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