Html Css Color HEX #EBC733 Saffron

📋 copy color: '#EBC733'

red 235 ◦ green 199 ◦ blue 51

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

Shades of Saffron #EBC733

Tints of Saffron #EBC733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.52%

R = 48.45%
G = 41.03%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBC733 (or 0xEBC733) is known color: Saffron. HEX triplet: EB, C7 and 33. RGB value is (235,199,51). Sum of RGB (Red+Green+Blue) = 235+199+51=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC733 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC733 is #1438CC. Grayscale: #C1C1C1. Windows color (decimal): -1325261 or 3393515. OLE color: 3393515.

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

Color convert

RGB 235 199 51 -
CMYK 0 0.15 0.78 0.08
HSL 48.26º 0.82% 0.56% -
HSV(B) 48.26º 0.78% 0.92% -
XYZ 55.28 58.75 11.56 -
YUV 192.89 47.93 158.03 -
System Red Green Blue C M Y K H S L
Decimal 235 199 51 0 0.15 0.78 0.08 48.26 0.82 0.56
Hex EB C7 33 0 F 4E 8 30 52 38
Octal 353 307 63 0 17 116 10 60 122 70
Binary 11101011 11000111 110011 0 1111 1001110 1000 110000 1010010 111000

Color Harmonies of #EBC733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC733

Black with #EBC733

Text Example


Text Example

White with #EBC733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC733; }

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

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

background-color css

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

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

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

border-color css

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

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

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