Html Css Color HEX #EDC23A Saffron

📋 copy color: '#EDC23A'

red 237 ◦ green 194 ◦ blue 58

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

Shades of Saffron #EDC23A

Tints of Saffron #EDC23A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.67%

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 48.47%
G = 39.67%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDC23A (or 0xEDC23A) is known color: Saffron. HEX triplet: ED, C2 and 3A. RGB value is (237,194,58). Sum of RGB (Red+Green+Blue) = 237+194+58=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC23A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC23A is #123DC5. Grayscale: #BFBFBF. Windows color (decimal): -1195462 or 3850989. OLE color: 3850989.

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

Color convert

RGB 237 194 58 -
CMYK 0 0.18 0.76 0.07
HSL 45.59º 0.83% 0.58% -
HSV(B) 45.59º 0.76% 0.93% -
XYZ 54.98 56.89 12.09 -
YUV 191.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 237 194 58 0 0.18 0.76 0.07 45.59 0.83 0.58
Hex ED C2 3A 0 12 4C 7 2E 53 3A
Octal 355 302 72 0 22 114 7 56 123 72
Binary 11101101 11000010 111010 0 10010 1001100 111 101110 1010011 111010

Color Harmonies of #EDC23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC23A

Black with #EDC23A

Text Example


Text Example

White with #EDC23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC23A; }

 p { color: rgb(237,194,58); }

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

background-color css

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

 a { background-color: rgb(237,194,58); }

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

border-color css

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

 span { border-color: rgb(237,194,58); }

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