Html Css Color HEX #EDC436 Saffron

📋 copy color: '#EDC436'

red 237 ◦ green 196 ◦ blue 54

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

Shades of Saffron #EDC436

Tints of Saffron #EDC436

RGB

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

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

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

R = 48.67%
G = 40.25%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDC436 (or 0xEDC436) is known color: Saffron. HEX triplet: ED, C4 and 36. RGB value is (237,196,54). Sum of RGB (Red+Green+Blue) = 237+196+54=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 54 (21.48% from 255 or 11.09% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC436 is #123BC9. Grayscale: #C0C0C0. Windows color (decimal): -1194954 or 3589357. OLE color: 3589357.

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

Color convert

RGB 237 196 54 -
CMYK 0 0.17 0.77 0.07
HSL 46.56º 0.84% 0.57% -
HSV(B) 46.56º 0.77% 0.93% -
XYZ 55.33 57.75 11.72 -
YUV 192.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 237 196 54 0 0.17 0.77 0.07 46.56 0.84 0.57
Hex ED C4 36 0 11 4D 7 2F 54 39
Octal 355 304 66 0 21 115 7 57 124 71
Binary 11101101 11000100 110110 0 10001 1001101 111 101111 1010100 111001

Color Harmonies of #EDC436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC436

Black with #EDC436

Text Example


Text Example

White with #EDC436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC436; }

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

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

background-color css

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

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

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

border-color css

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

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

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