Html Css Color HEX #EDC938 Saffron

📋 copy color: '#EDC938'

red 237 ◦ green 201 ◦ blue 56

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

Shades of Saffron #EDC938

Tints of Saffron #EDC938

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.69%

 BLUE value IS 56 (22.27% from 255) = 11.34%

R = 47.98%
G = 40.69%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDC938 (or 0xEDC938) is known color: Saffron. HEX triplet: ED, C9 and 38. RGB value is (237,201,56). Sum of RGB (Red+Green+Blue) = 237+201+56=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC938 is #1236C7. Grayscale: #C3C3C3. Windows color (decimal): -1193672 or 3721709. OLE color: 3721709.

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

Color convert

RGB 237 201 56 -
CMYK 0 0.15 0.76 0.07
HSL 48.07º 0.83% 0.57% -
HSV(B) 48.07º 0.76% 0.93% -
XYZ 56.53 60.06 12.36 -
YUV 195.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 237 201 56 0 0.15 0.76 0.07 48.07 0.83 0.57
Hex ED C9 38 0 F 4C 7 30 53 39
Octal 355 311 70 0 17 114 7 60 123 71
Binary 11101101 11001001 111000 0 1111 1001100 111 110000 1010011 111001

Color Harmonies of #EDC938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC938

Black with #EDC938

Text Example


Text Example

White with #EDC938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC938; }

 p { color: rgb(237,201,56); }

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

background-color css

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

 a { background-color: rgb(237,201,56); }

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

border-color css

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

 span { border-color: rgb(237,201,56); }

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