Html Css Color HEX #EDC530 Saffron

📋 copy color: '#EDC530'

red 237 ◦ green 197 ◦ blue 48

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

Shades of Saffron #EDC530

Tints of Saffron #EDC530

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

 BLUE value IS 48 (19.14% from 255) = 9.96%

R = 49.17%
G = 40.87%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDC530 (or 0xEDC530) is known color: Saffron. HEX triplet: ED, C5 and 30. RGB value is (237,197,48). Sum of RGB (Red+Green+Blue) = 237+197+48=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC530 is #123ACF. Grayscale: #C0C0C0. Windows color (decimal): -1194704 or 3196397. OLE color: 3196397.

HSL color Cylindrical-coordinate representation of color #EDC530: hue angle of 47.3º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDC530 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 48 -
CMYK 0 0.17 0.80 0.07
HSL 47.3º 0.84% 0.56% -
HSV(B) 47.3º 0.8% 0.93% -
XYZ 55.42 58.15 11.1 -
YUV 191.97 46.75 160.12 -
System Red Green Blue C M Y K H S L
Decimal 237 197 48 0 0.17 0.80 0.07 47.3 0.84 0.56
Hex ED C5 30 0 11 50 7 2F 54 38
Octal 355 305 60 0 21 120 7 57 124 70
Binary 11101101 11000101 110000 0 10001 1010000 111 101111 1010100 111000

Color Harmonies of #EDC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC530

Black with #EDC530

Text Example


Text Example

White with #EDC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC530; }

 p { color: rgb(237,197,48); }

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

background-color css

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

 a { background-color: rgb(237,197,48); }

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

border-color css

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

 span { border-color: rgb(237,197,48); }

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