Html Css Color HEX #EDC23C Saffron

📋 copy color: '#EDC23C'

red 237 ◦ green 194 ◦ blue 60

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

Shades of Saffron #EDC23C

Tints of Saffron #EDC23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.22%

R = 48.27%
G = 39.51%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDC23C (or 0xEDC23C) is known color: Saffron. HEX triplet: ED, C2 and 3C. RGB value is (237,194,60). Sum of RGB (Red+Green+Blue) = 237+194+60=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC23C is #123DC3. Grayscale: #C0C0C0. Windows color (decimal): -1195460 or 3982061. OLE color: 3982061.

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

Color convert

RGB 237 194 60 -
CMYK 0 0.18 0.75 0.07
HSL 45.42º 0.83% 0.58% -
HSV(B) 45.42º 0.75% 0.93% -
XYZ 55.03 56.91 12.36 -
YUV 191.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 237 194 60 0 0.18 0.75 0.07 45.42 0.83 0.58
Hex ED C2 3C 0 12 4B 7 2D 53 3A
Octal 355 302 74 0 22 113 7 55 123 72
Binary 11101101 11000010 111100 0 10010 1001011 111 101101 1010011 111010

Color Harmonies of #EDC23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC23C

Black with #EDC23C

Text Example


Text Example

White with #EDC23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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