Html Css Color HEX #EDC52D Saffron

📋 copy color: '#EDC52D'

red 237 ◦ green 197 ◦ blue 45

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

Shades of Saffron #EDC52D

Tints of Saffron #EDC52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.39%

R = 49.48%
G = 41.13%
B = 9.39%

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

#EDC52D (or 0xEDC52D) is known color: Saffron. HEX triplet: ED, C5 and 2D. RGB value is (237,197,45). Sum of RGB (Red+Green+Blue) = 237+197+45=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC52D is #123AD2. Grayscale: #C0C0C0. Windows color (decimal): -1194707 or 2999789. OLE color: 2999789.

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

Color convert

RGB 237 197 45 -
CMYK 0 0.17 0.81 0.07
HSL 47.5º 0.84% 0.55% -
HSV(B) 47.5º 0.81% 0.93% -
XYZ 55.36 58.13 10.78 -
YUV 191.63 45.25 160.36 -
System Red Green Blue C M Y K H S L
Decimal 237 197 45 0 0.17 0.81 0.07 47.5 0.84 0.55
Hex ED C5 2D 0 11 51 7 30 54 37
Octal 355 305 55 0 21 121 7 60 124 67
Binary 11101101 11000101 101101 0 10001 1010001 111 110000 1010100 110111

Color Harmonies of #EDC52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC52D

Black with #EDC52D

Text Example


Text Example

White with #EDC52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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