Html Css Color HEX #EDC52E Saffron

📋 copy color: '#EDC52E'

red 237 ◦ green 197 ◦ blue 46

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

Shades of Saffron #EDC52E

Tints of Saffron #EDC52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.04%

 BLUE value IS 46 (18.36% from 255) = 9.58%

R = 49.38%
G = 41.04%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDC52E (or 0xEDC52E) is known color: Saffron. HEX triplet: ED, C5 and 2E. RGB value is (237,197,46). Sum of RGB (Red+Green+Blue) = 237+197+46=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC52E is #123AD1. Grayscale: #C0C0C0. Windows color (decimal): -1194706 or 3065325. OLE color: 3065325.

HSL color Cylindrical-coordinate representation of color #EDC52E: hue angle of 47.43º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDC52E is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 46 -
CMYK 0 0.17 0.81 0.07
HSL 47.43º 0.84% 0.55% -
HSV(B) 47.43º 0.81% 0.93% -
XYZ 55.38 58.13 10.89 -
YUV 191.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 237 197 46 0 0.17 0.81 0.07 47.43 0.84 0.55
Hex ED C5 2E 0 11 51 7 2F 54 37
Octal 355 305 56 0 21 121 7 57 124 67
Binary 11101101 11000101 101110 0 10001 1010001 111 101111 1010100 110111

Color Harmonies of #EDC52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC52E

Black with #EDC52E

Text Example


Text Example

White with #EDC52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC52E; }

 p { color: rgb(237,197,46); }

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

background-color css

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

 a { background-color: rgb(237,197,46); }

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

border-color css

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

 span { border-color: rgb(237,197,46); }

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