Html Css Color HEX #EBC738 Saffron

📋 copy color: '#EBC738'

red 235 ◦ green 199 ◦ blue 56

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

Shades of Saffron #EBC738

Tints of Saffron #EBC738

RGB

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

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

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

R = 47.96%
G = 40.61%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EBC738 (or 0xEBC738) is known color: Saffron. HEX triplet: EB, C7 and 38. RGB value is (235,199,56). Sum of RGB (Red+Green+Blue) = 235+199+56=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC738 is #1438C7. Grayscale: #C2C2C2. Windows color (decimal): -1325256 or 3721195. OLE color: 3721195.

HSL color Cylindrical-coordinate representation of color #EBC738: hue angle of 47.93º 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 #EBC738 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 56 -
CMYK 0 0.15 0.76 0.08
HSL 47.93º 0.82% 0.57% -
HSV(B) 47.93º 0.76% 0.92% -
XYZ 55.4 58.79 12.17 -
YUV 193.46 50.43 157.63 -
System Red Green Blue C M Y K H S L
Decimal 235 199 56 0 0.15 0.76 0.08 47.93 0.82 0.57
Hex EB C7 38 0 F 4C 8 30 52 39
Octal 353 307 70 0 17 114 10 60 122 71
Binary 11101011 11000111 111000 0 1111 1001100 1000 110000 1010010 111001

Color Harmonies of #EBC738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC738

Black with #EBC738

Text Example


Text Example

White with #EBC738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC738; }

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

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

background-color css

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

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

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

border-color css

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

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

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