Html Css Color HEX #EB953A Sun

📋 copy color: '#EB953A'

red 235 ◦ green 149 ◦ blue 58

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

Shades of Sun #EB953A

Tints of Sun #EB953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.71%

 BLUE value IS 58 (23.05% from 255) = 13.12%

R = 53.17%
G = 33.71%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB953A (or 0xEB953A) is known color: Sun. HEX triplet: EB, 95 and 3A. RGB value is (235,149,58). Sum of RGB (Red+Green+Blue) = 235+149+58=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EB953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB953A is #146AC5. Grayscale: #A4A4A4. Windows color (decimal): -1338054 or 3839467. OLE color: 3839467.

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

Color convert

RGB 235 149 58 -
CMYK 0 0.37 0.75 0.08
HSL 30.85º 0.82% 0.57% -
HSV(B) 30.85º 0.75% 0.92% -
XYZ 45.77 39.46 9.21 -
YUV 164.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 235 149 58 0 0.37 0.75 0.08 30.85 0.82 0.57
Hex EB 95 3A 0 25 4B 8 1F 52 39
Octal 353 225 72 0 45 113 10 37 122 71
Binary 11101011 10010101 111010 0 100101 1001011 1000 11111 1010010 111001

Color Harmonies of #EB953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB953A

Black with #EB953A

Text Example


Text Example

White with #EB953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB953A; }

 p { color: rgb(235,149,58); }

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

background-color css

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

 a { background-color: rgb(235,149,58); }

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

border-color css

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

 span { border-color: rgb(235,149,58); }

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