Html Css Color HEX #EBC938 Saffron

📋 copy color: '#EBC938'

red 235 ◦ green 201 ◦ blue 56

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

Shades of Saffron #EBC938

Tints of Saffron #EBC938

RGB

 RED value IS 235 (92.19% from 255) = 47.76%

 GREEN value IS 201 (78.91% from 255) = 40.85%

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

R = 47.76%
G = 40.85%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EBC938 (or 0xEBC938) is known color: Saffron. HEX triplet: EB, C9 and 38. RGB value is (235,201,56). Sum of RGB (Red+Green+Blue) = 235+201+56=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC938 is #1436C7. Grayscale: #C3C3C3. Windows color (decimal): -1324744 or 3721707. OLE color: 3721707.

HSL color Cylindrical-coordinate representation of color #EBC938: hue angle of 48.6º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBC938 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 56 -
CMYK 0 0.14 0.76 0.08
HSL 48.6º 0.82% 0.57% -
HSV(B) 48.6º 0.76% 0.92% -
XYZ 55.86 59.72 12.32 -
YUV 194.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 235 201 56 0 0.14 0.76 0.08 48.6 0.82 0.57
Hex EB C9 38 0 E 4C 8 31 52 39
Octal 353 311 70 0 16 114 10 61 122 71
Binary 11101011 11001001 111000 0 1110 1001100 1000 110001 1010010 111001

Color Harmonies of #EBC938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC938

Black with #EBC938

Text Example


Text Example

White with #EBC938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC938; }

 p { color: rgb(235,201,56); }

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

background-color css

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

 a { background-color: rgb(235,201,56); }

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

border-color css

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

 span { border-color: rgb(235,201,56); }

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