Html Css Color HEX #EDC63A Saffron

📋 copy color: '#EDC63A'

red 237 ◦ green 198 ◦ blue 58

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

Shades of Saffron #EDC63A

Tints of Saffron #EDC63A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.16%

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

R = 48.07%
G = 40.16%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDC63A (or 0xEDC63A) is known color: Saffron. HEX triplet: ED, C6 and 3A. RGB value is (237,198,58). Sum of RGB (Red+Green+Blue) = 237+198+58=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC63A is #1239C5. Grayscale: #C2C2C2. Windows color (decimal): -1194438 or 3852013. OLE color: 3852013.

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

Color convert

RGB 237 198 58 -
CMYK 0 0.16 0.76 0.07
HSL 46.93º 0.83% 0.58% -
HSV(B) 46.93º 0.76% 0.93% -
XYZ 55.88 58.7 12.39 -
YUV 193.7 51.42 158.88 -
System Red Green Blue C M Y K H S L
Decimal 237 198 58 0 0.16 0.76 0.07 46.93 0.83 0.58
Hex ED C6 3A 0 10 4C 7 2F 53 3A
Octal 355 306 72 0 20 114 7 57 123 72
Binary 11101101 11000110 111010 0 10000 1001100 111 101111 1010011 111010

Color Harmonies of #EDC63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC63A

Black with #EDC63A

Text Example


Text Example

White with #EDC63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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