Html Css Color HEX #EB973C Sun

📋 copy color: '#EB973C'

red 235 ◦ green 151 ◦ blue 60

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

Shades of Sun #EB973C

Tints of Sun #EB973C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.86%

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

R = 52.69%
G = 33.86%
B = 13.45%

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

#EB973C (or 0xEB973C) is known color: Sun. HEX triplet: EB, 97 and 3C. RGB value is (235,151,60). Sum of RGB (Red+Green+Blue) = 235+151+60=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB973C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB973C is #1468C3. Grayscale: #A6A6A6. Windows color (decimal): -1337540 or 3971051. OLE color: 3971051.

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

Color convert

RGB 235 151 60 -
CMYK 0 0.36 0.74 0.08
HSL 31.2º 0.81% 0.58% -
HSV(B) 31.2º 0.74% 0.92% -
XYZ 46.14 40.12 9.59 -
YUV 165.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 235 151 60 0 0.36 0.74 0.08 31.2 0.81 0.58
Hex EB 97 3C 0 24 4A 8 1F 51 3A
Octal 353 227 74 0 44 112 10 37 121 72
Binary 11101011 10010111 111100 0 100100 1001010 1000 11111 1010001 111010

Color Harmonies of #EB973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB973C

Black with #EB973C

Text Example


Text Example

White with #EB973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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