Html Css Color HEX #EDC331 Saffron

📋 copy color: '#EDC331'

red 237 ◦ green 195 ◦ blue 49

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

Shades of Saffron #EDC331

Tints of Saffron #EDC331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.19%

R = 49.27%
G = 40.54%
B = 10.19%

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

#EDC331 (or 0xEDC331) is known color: Saffron. HEX triplet: ED, C3 and 31. RGB value is (237,195,49). Sum of RGB (Red+Green+Blue) = 237+195+49=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC331 is #123CCE. Grayscale: #BFBFBF. Windows color (decimal): -1195215 or 3261421. OLE color: 3261421.

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

Color convert

RGB 237 195 49 -
CMYK 0 0.18 0.79 0.07
HSL 46.6º 0.84% 0.56% -
HSV(B) 46.6º 0.79% 0.93% -
XYZ 54.99 57.26 11.06 -
YUV 190.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 237 195 49 0 0.18 0.79 0.07 46.6 0.84 0.56
Hex ED C3 31 0 12 4F 7 2F 54 38
Octal 355 303 61 0 22 117 7 57 124 70
Binary 11101101 11000011 110001 0 10010 1001111 111 101111 1010100 111000

Color Harmonies of #EDC331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC331

Black with #EDC331

Text Example


Text Example

White with #EDC331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC331; }

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

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

background-color css

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

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

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

border-color css

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

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

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