Html Css Color HEX #EDC238 Saffron

📋 copy color: '#EDC238'

red 237 ◦ green 194 ◦ blue 56

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

Shades of Saffron #EDC238

Tints of Saffron #EDC238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.5%

R = 48.67%
G = 39.84%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDC238 (or 0xEDC238) is known color: Saffron. HEX triplet: ED, C2 and 38. RGB value is (237,194,56). Sum of RGB (Red+Green+Blue) = 237+194+56=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC238 is #123DC7. Grayscale: #BFBFBF. Windows color (decimal): -1195464 or 3719917. OLE color: 3719917.

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

Color convert

RGB 237 194 56 -
CMYK 0 0.18 0.76 0.07
HSL 45.75º 0.83% 0.57% -
HSV(B) 45.75º 0.76% 0.93% -
XYZ 54.93 56.87 11.82 -
YUV 191.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 237 194 56 0 0.18 0.76 0.07 45.75 0.83 0.57
Hex ED C2 38 0 12 4C 7 2E 53 39
Octal 355 302 70 0 22 114 7 56 123 71
Binary 11101101 11000010 111000 0 10010 1001100 111 101110 1010011 111001

Color Harmonies of #EDC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC238

Black with #EDC238

Text Example


Text Example

White with #EDC238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC238; }

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

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

background-color css

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

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

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

border-color css

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

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

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