Html Css Color HEX #EDC13C Saffron

📋 copy color: '#EDC13C'

red 237 ◦ green 193 ◦ blue 60

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

Shades of Saffron #EDC13C

Tints of Saffron #EDC13C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.39%

 BLUE value IS 60 (23.83% from 255) = 12.24%

R = 48.37%
G = 39.39%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDC13C (or 0xEDC13C) is known color: Saffron. HEX triplet: ED, C1 and 3C. RGB value is (237,193,60). Sum of RGB (Red+Green+Blue) = 237+193+60=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC13C is #123EC3. Grayscale: #BFBFBF. Windows color (decimal): -1195716 or 3981805. OLE color: 3981805.

HSL color Cylindrical-coordinate representation of color #EDC13C: hue angle of 45.08º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDC13C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 193 60 -
CMYK 0 0.19 0.75 0.07
HSL 45.08º 0.83% 0.58% -
HSV(B) 45.08º 0.75% 0.93% -
XYZ 54.81 56.47 12.29 -
YUV 190.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 237 193 60 0 0.19 0.75 0.07 45.08 0.83 0.58
Hex ED C1 3C 0 13 4B 7 2D 53 3A
Octal 355 301 74 0 23 113 7 55 123 72
Binary 11101101 11000001 111100 0 10011 1001011 111 101101 1010011 111010

Color Harmonies of #EDC13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC13C

Black with #EDC13C

Text Example


Text Example

White with #EDC13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC13C; }

 p { color: rgb(237,193,60); }

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

background-color css

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

 a { background-color: rgb(237,193,60); }

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

border-color css

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

 span { border-color: rgb(237,193,60); }

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