Html Css Color HEX #EDC636 Saffron

📋 copy color: '#EDC636'

red 237 ◦ green 198 ◦ blue 54

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

Shades of Saffron #EDC636

Tints of Saffron #EDC636

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.49%

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

R = 48.47%
G = 40.49%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDC636 (or 0xEDC636) is known color: Saffron. HEX triplet: ED, C6 and 36. RGB value is (237,198,54). Sum of RGB (Red+Green+Blue) = 237+198+54=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 54 (21.48% from 255 or 11.04% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC636 is #1239C9. Grayscale: #C1C1C1. Windows color (decimal): -1194442 or 3589869. OLE color: 3589869.

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

Color convert

RGB 237 198 54 -
CMYK 0 0.16 0.77 0.07
HSL 47.21º 0.84% 0.57% -
HSV(B) 47.21º 0.77% 0.93% -
XYZ 55.78 58.66 11.87 -
YUV 193.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 237 198 54 0 0.16 0.77 0.07 47.21 0.84 0.57
Hex ED C6 36 0 10 4D 7 2F 54 39
Octal 355 306 66 0 20 115 7 57 124 71
Binary 11101101 11000110 110110 0 10000 1001101 111 101111 1010100 111001

Color Harmonies of #EDC636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC636

Black with #EDC636

Text Example


Text Example

White with #EDC636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC636; }

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

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

background-color css

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

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

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

border-color css

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

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

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