Html Css Color HEX #EDC336 Saffron

📋 copy color: '#EDC336'

red 237 ◦ green 195 ◦ blue 54

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

Shades of Saffron #EDC336

Tints of Saffron #EDC336

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

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

R = 48.77%
G = 40.12%
B = 11.11%

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

#EDC336 (or 0xEDC336) is known color: Saffron. HEX triplet: ED, C3 and 36. RGB value is (237,195,54). Sum of RGB (Red+Green+Blue) = 237+195+54=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC336 is #123CC9. Grayscale: #C0C0C0. Windows color (decimal): -1195210 or 3589101. OLE color: 3589101.

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

Color convert

RGB 237 195 54 -
CMYK 0 0.18 0.77 0.07
HSL 46.23º 0.84% 0.57% -
HSV(B) 46.23º 0.77% 0.93% -
XYZ 55.11 57.3 11.65 -
YUV 191.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 237 195 54 0 0.18 0.77 0.07 46.23 0.84 0.57
Hex ED C3 36 0 12 4D 7 2E 54 39
Octal 355 303 66 0 22 115 7 56 124 71
Binary 11101101 11000011 110110 0 10010 1001101 111 101110 1010100 111001

Color Harmonies of #EDC336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC336

Black with #EDC336

Text Example


Text Example

White with #EDC336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC336; }

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

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

background-color css

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

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

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

border-color css

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

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

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