Html Css Color HEX #EBC736 Saffron

📋 copy color: '#EBC736'

red 235 ◦ green 199 ◦ blue 54

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

Shades of Saffron #EBC736

Tints of Saffron #EBC736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.07%

R = 48.16%
G = 40.78%
B = 11.07%

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

#EBC736 (or 0xEBC736) is known color: Saffron. HEX triplet: EB, C7 and 36. RGB value is (235,199,54). Sum of RGB (Red+Green+Blue) = 235+199+54=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC736 is #1438C9. Grayscale: #C1C1C1. Windows color (decimal): -1325258 or 3590123. OLE color: 3590123.

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

Color convert

RGB 235 199 54 -
CMYK 0 0.15 0.77 0.08
HSL 48.07º 0.82% 0.57% -
HSV(B) 48.07º 0.77% 0.92% -
XYZ 55.35 58.78 11.92 -
YUV 193.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 235 199 54 0 0.15 0.77 0.08 48.07 0.82 0.57
Hex EB C7 36 0 F 4D 8 30 52 39
Octal 353 307 66 0 17 115 10 60 122 71
Binary 11101011 11000111 110110 0 1111 1001101 1000 110000 1010010 111001

Color Harmonies of #EBC736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC736

Black with #EBC736

Text Example


Text Example

White with #EBC736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC736; }

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

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

background-color css

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

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

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

border-color css

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

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

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