Html Css Color HEX #EBC735 Saffron

📋 copy color: '#EBC735'

red 235 ◦ green 199 ◦ blue 53

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

Shades of Saffron #EBC735

Tints of Saffron #EBC735

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.86%

 BLUE value IS 53 (21.09% from 255) = 10.88%

R = 48.25%
G = 40.86%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBC735 (or 0xEBC735) is known color: Saffron. HEX triplet: EB, C7 and 35. RGB value is (235,199,53). Sum of RGB (Red+Green+Blue) = 235+199+53=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC735 is #1438CA. Grayscale: #C1C1C1. Windows color (decimal): -1325259 or 3524587. OLE color: 3524587.

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

Color convert

RGB 235 199 53 -
CMYK 0 0.15 0.77 0.08
HSL 48.13º 0.82% 0.56% -
HSV(B) 48.13º 0.77% 0.92% -
XYZ 55.33 58.77 11.8 -
YUV 193.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 235 199 53 0 0.15 0.77 0.08 48.13 0.82 0.56
Hex EB C7 35 0 F 4D 8 30 52 38
Octal 353 307 65 0 17 115 10 60 122 70
Binary 11101011 11000111 110101 0 1111 1001101 1000 110000 1010010 111000

Color Harmonies of #EBC735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC735

Black with #EBC735

Text Example


Text Example

White with #EBC735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC735; }

 p { color: rgb(235,199,53); }

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

background-color css

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

 a { background-color: rgb(235,199,53); }

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

border-color css

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

 span { border-color: rgb(235,199,53); }

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