Html Css Color HEX #EDC03D Saffron

📋 copy color: '#EDC03D'

red 237 ◦ green 192 ◦ blue 61

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

Shades of Saffron #EDC03D

Tints of Saffron #EDC03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.18%

 BLUE value IS 61 (24.22% from 255) = 12.45%

R = 48.37%
G = 39.18%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDC03D (or 0xEDC03D) is known color: Saffron. HEX triplet: ED, C0 and 3D. RGB value is (237,192,61). Sum of RGB (Red+Green+Blue) = 237+192+61=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC03D is #123FC2. Grayscale: #BFBFBF. Windows color (decimal): -1195971 or 4047085. OLE color: 4047085.

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

Color convert

RGB 237 192 61 -
CMYK 0 0.19 0.74 0.07
HSL 44.66º 0.83% 0.58% -
HSV(B) 44.66º 0.74% 0.93% -
XYZ 54.62 56.04 12.35 -
YUV 190.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 237 192 61 0 0.19 0.74 0.07 44.66 0.83 0.58
Hex ED C0 3D 0 13 4A 7 2D 53 3A
Octal 355 300 75 0 23 112 7 55 123 72
Binary 11101101 11000000 111101 0 10011 1001010 111 101101 1010011 111010

Color Harmonies of #EDC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC03D

Black with #EDC03D

Text Example


Text Example

White with #EDC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC03D; }

 p { color: rgb(237,192,61); }

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

background-color css

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

 a { background-color: rgb(237,192,61); }

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

border-color css

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

 span { border-color: rgb(237,192,61); }

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