Html Css Color HEX #EB963E Sun

📋 copy color: '#EB963E'

red 235 ◦ green 150 ◦ blue 62

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

Shades of Sun #EB963E

Tints of Sun #EB963E

RGB

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

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

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

R = 52.57%
G = 33.56%
B = 13.87%

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

#EB963E (or 0xEB963E) is known color: Sun. HEX triplet: EB, 96 and 3E. RGB value is (235,150,62). Sum of RGB (Red+Green+Blue) = 235+150+62=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB963E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB963E is #1469C1. Grayscale: #A5A5A5. Windows color (decimal): -1337794 or 4101867. OLE color: 4101867.

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

Color convert

RGB 235 150 62 -
CMYK 0 0.36 0.74 0.08
HSL 30.52º 0.81% 0.58% -
HSV(B) 30.52º 0.74% 0.92% -
XYZ 46.04 39.82 9.82 -
YUV 165.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 235 150 62 0 0.36 0.74 0.08 30.52 0.81 0.58
Hex EB 96 3E 0 24 4A 8 1F 51 3A
Octal 353 226 76 0 44 112 10 37 121 72
Binary 11101011 10010110 111110 0 100100 1001010 1000 11111 1010001 111010

Color Harmonies of #EB963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB963E

Black with #EB963E

Text Example


Text Example

White with #EB963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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