Html Css Color HEX #EDC236 Saffron

📋 copy color: '#EDC236'

red 237 ◦ green 194 ◦ blue 54

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

Shades of Saffron #EDC236

Tints of Saffron #EDC236

RGB

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

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

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

R = 48.87%
G = 40%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDC236 (or 0xEDC236) is known color: Saffron. HEX triplet: ED, C2 and 36. RGB value is (237,194,54). Sum of RGB (Red+Green+Blue) = 237+194+54=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC236 is #123DC9. Grayscale: #BFBFBF. Windows color (decimal): -1195466 or 3588845. OLE color: 3588845.

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

Color convert

RGB 237 194 54 -
CMYK 0 0.18 0.77 0.07
HSL 45.9º 0.84% 0.57% -
HSV(B) 45.9º 0.77% 0.93% -
XYZ 54.88 56.85 11.57 -
YUV 190.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 237 194 54 0 0.18 0.77 0.07 45.9 0.84 0.57
Hex ED C2 36 0 12 4D 7 2E 54 39
Octal 355 302 66 0 22 115 7 56 124 71
Binary 11101101 11000010 110110 0 10010 1001101 111 101110 1010100 111001

Color Harmonies of #EDC236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC236

Black with #EDC236

Text Example


Text Example

White with #EDC236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC236; }

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

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

background-color css

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

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

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

border-color css

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

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

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