Html Css Color HEX #EDC93B Saffron

📋 copy color: '#EDC93B'

red 237 ◦ green 201 ◦ blue 59

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

Shades of Saffron #EDC93B

Tints of Saffron #EDC93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.87%

R = 47.69%
G = 40.44%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDC93B (or 0xEDC93B) is known color: Saffron. HEX triplet: ED, C9 and 3B. RGB value is (237,201,59). Sum of RGB (Red+Green+Blue) = 237+201+59=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC93B is #1236C4. Grayscale: #C4C4C4. Windows color (decimal): -1193669 or 3918317. OLE color: 3918317.

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

Color convert

RGB 237 201 59 -
CMYK 0 0.15 0.75 0.07
HSL 47.87º 0.83% 0.58% -
HSV(B) 47.87º 0.75% 0.93% -
XYZ 56.6 60.09 12.75 -
YUV 195.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 237 201 59 0 0.15 0.75 0.07 47.87 0.83 0.58
Hex ED C9 3B 0 F 4B 7 30 53 3A
Octal 355 311 73 0 17 113 7 60 123 72
Binary 11101101 11001001 111011 0 1111 1001011 111 110000 1010011 111010

Color Harmonies of #EDC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC93B

Black with #EDC93B

Text Example


Text Example

White with #EDC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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