Html Css Color HEX #EDC332 Saffron

📋 copy color: '#EDC332'

red 237 ◦ green 195 ◦ blue 50

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

Shades of Saffron #EDC332

Tints of Saffron #EDC332

RGB

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

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

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

R = 49.17%
G = 40.46%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDC332 (or 0xEDC332) is known color: Saffron. HEX triplet: ED, C3 and 32. RGB value is (237,195,50). Sum of RGB (Red+Green+Blue) = 237+195+50=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC332 is #123CCD. Grayscale: #BFBFBF. Windows color (decimal): -1195214 or 3326957. OLE color: 3326957.

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

Color convert

RGB 237 195 50 -
CMYK 0 0.18 0.79 0.07
HSL 46.52º 0.84% 0.56% -
HSV(B) 46.52º 0.79% 0.93% -
XYZ 55.02 57.27 11.17 -
YUV 191.03 48.41 160.79 -
System Red Green Blue C M Y K H S L
Decimal 237 195 50 0 0.18 0.79 0.07 46.52 0.84 0.56
Hex ED C3 32 0 12 4F 7 2F 54 38
Octal 355 303 62 0 22 117 7 57 124 70
Binary 11101101 11000011 110010 0 10010 1001111 111 101111 1010100 111000

Color Harmonies of #EDC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC332

Black with #EDC332

Text Example


Text Example

White with #EDC332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC332; }

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

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

background-color css

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

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

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

border-color css

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

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

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