Html Css Color HEX #EB953C Sun

📋 copy color: '#EB953C'

red 235 ◦ green 149 ◦ blue 60

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

Shades of Sun #EB953C

Tints of Sun #EB953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.51%

R = 52.93%
G = 33.56%
B = 13.51%

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

#EB953C (or 0xEB953C) is known color: Sun. HEX triplet: EB, 95 and 3C. RGB value is (235,149,60). Sum of RGB (Red+Green+Blue) = 235+149+60=444 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.93% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 235 - color contains mainly: red. Hex color #EB953C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB953C is #146AC3. Grayscale: #A5A5A5. Windows color (decimal): -1338052 or 3970539. OLE color: 3970539.

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

Color convert

RGB 235 149 60 -
CMYK 0 0.37 0.74 0.08
HSL 30.51º 0.81% 0.58% -
HSV(B) 30.51º 0.74% 0.92% -
XYZ 45.82 39.48 9.48 -
YUV 164.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 235 149 60 0 0.37 0.74 0.08 30.51 0.81 0.58
Hex EB 95 3C 0 25 4A 8 1F 51 3A
Octal 353 225 74 0 45 112 10 37 121 72
Binary 11101011 10010101 111100 0 100101 1001010 1000 11111 1010001 111010

Color Harmonies of #EB953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB953C

Black with #EB953C

Text Example


Text Example

White with #EB953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB953C; }

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

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

background-color css

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

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

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

border-color css

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

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

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