Html Css Color HEX #EB953E Sun

📋 copy color: '#EB953E'

red 235 ◦ green 149 ◦ blue 62

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

Shades of Sun #EB953E

Tints of Sun #EB953E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.9%

R = 52.69%
G = 33.41%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB953E (or 0xEB953E) is known color: Sun. HEX triplet: EB, 95 and 3E. RGB value is (235,149,62). Sum of RGB (Red+Green+Blue) = 235+149+62=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB953E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB953E is #146AC1. Grayscale: #A5A5A5. Windows color (decimal): -1338050 or 4101611. OLE color: 4101611.

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

Color convert

RGB 235 149 62 -
CMYK 0 0.37 0.74 0.08
HSL 30.17º 0.81% 0.58% -
HSV(B) 30.17º 0.74% 0.92% -
XYZ 45.88 39.5 9.76 -
YUV 164.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 235 149 62 0 0.37 0.74 0.08 30.17 0.81 0.58
Hex EB 95 3E 0 25 4A 8 1E 51 3A
Octal 353 225 76 0 45 112 10 36 121 72
Binary 11101011 10010101 111110 0 100101 1001010 1000 11110 1010001 111010

Color Harmonies of #EB953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB953E

Black with #EB953E

Text Example


Text Example

White with #EB953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB953E; }

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

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

background-color css

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

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

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

border-color css

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

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

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