Html Css Color HEX #EDC532 Saffron

📋 copy color: '#EDC532'

red 237 ◦ green 197 ◦ blue 50

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

Shades of Saffron #EDC532

Tints of Saffron #EDC532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.33%

R = 48.97%
G = 40.7%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDC532 (or 0xEDC532) is known color: Saffron. HEX triplet: ED, C5 and 32. RGB value is (237,197,50). Sum of RGB (Red+Green+Blue) = 237+197+50=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC532 is #123ACD. Grayscale: #C0C0C0. Windows color (decimal): -1194702 or 3327469. OLE color: 3327469.

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

Color convert

RGB 237 197 50 -
CMYK 0 0.17 0.79 0.07
HSL 47.17º 0.84% 0.56% -
HSV(B) 47.17º 0.79% 0.93% -
XYZ 55.47 58.17 11.32 -
YUV 192.2 47.75 159.95 -
System Red Green Blue C M Y K H S L
Decimal 237 197 50 0 0.17 0.79 0.07 47.17 0.84 0.56
Hex ED C5 32 0 11 4F 7 2F 54 38
Octal 355 305 62 0 21 117 7 57 124 70
Binary 11101101 11000101 110010 0 10001 1001111 111 101111 1010100 111000

Color Harmonies of #EDC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC532

Black with #EDC532

Text Example


Text Example

White with #EDC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC532; }

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

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

background-color css

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

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

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

border-color css

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

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

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