Html Css Color HEX #EBC631 Saffron

📋 copy color: '#EBC631'

red 235 ◦ green 198 ◦ blue 49

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

Shades of Saffron #EBC631

Tints of Saffron #EBC631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.08%

 BLUE value IS 49 (19.53% from 255) = 10.17%

R = 48.76%
G = 41.08%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBC631 (or 0xEBC631) is known color: Saffron. HEX triplet: EB, C6 and 31. RGB value is (235,198,49). Sum of RGB (Red+Green+Blue) = 235+198+49=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC631 is #1439CE. Grayscale: #C0C0C0. Windows color (decimal): -1325519 or 3262187. OLE color: 3262187.

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

Color convert

RGB 235 198 49 -
CMYK 0 0.16 0.79 0.08
HSL 48.06º 0.82% 0.56% -
HSV(B) 48.06º 0.79% 0.92% -
XYZ 55.01 58.27 11.25 -
YUV 192.08 47.26 158.62 -
System Red Green Blue C M Y K H S L
Decimal 235 198 49 0 0.16 0.79 0.08 48.06 0.82 0.56
Hex EB C6 31 0 10 4F 8 30 52 38
Octal 353 306 61 0 20 117 10 60 122 70
Binary 11101011 11000110 110001 0 10000 1001111 1000 110000 1010010 111000

Color Harmonies of #EBC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC631

Black with #EBC631

Text Example


Text Example

White with #EBC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC631; }

 p { color: rgb(235,198,49); }

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

background-color css

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

 a { background-color: rgb(235,198,49); }

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

border-color css

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

 span { border-color: rgb(235,198,49); }

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