Html Css Color HEX #EB963C Sun

📋 copy color: '#EB963C'

red 235 ◦ green 150 ◦ blue 60

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

Shades of Sun #EB963C

Tints of Sun #EB963C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.71%

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

R = 52.81%
G = 33.71%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB963C (or 0xEB963C) is known color: Sun. HEX triplet: EB, 96 and 3C. RGB value is (235,150,60). Sum of RGB (Red+Green+Blue) = 235+150+60=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB963C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB963C is #1469C3. Grayscale: #A5A5A5. Windows color (decimal): -1337796 or 3970795. OLE color: 3970795.

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

Color convert

RGB 235 150 60 -
CMYK 0 0.36 0.74 0.08
HSL 30.86º 0.81% 0.58% -
HSV(B) 30.86º 0.74% 0.92% -
XYZ 45.98 39.8 9.53 -
YUV 165.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 235 150 60 0 0.36 0.74 0.08 30.86 0.81 0.58
Hex EB 96 3C 0 24 4A 8 1F 51 3A
Octal 353 226 74 0 44 112 10 37 121 72
Binary 11101011 10010110 111100 0 100100 1001010 1000 11111 1010001 111010

Color Harmonies of #EB963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB963C

Black with #EB963C

Text Example


Text Example

White with #EB963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB963C; }

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

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

background-color css

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

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

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

border-color css

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

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

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