Html Css Color HEX #EB8E30 Sun

📋 copy color: '#EB8E30'

red 235 ◦ green 142 ◦ blue 48

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

Shades of Sun #EB8E30

Tints of Sun #EB8E30

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.41%

 BLUE value IS 48 (19.14% from 255) = 11.29%

R = 55.29%
G = 33.41%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB8E30 (or 0xEB8E30) is known color: Sun. HEX triplet: EB, 8E and 30. RGB value is (235,142,48). Sum of RGB (Red+Green+Blue) = 235+142+48=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8E30 is #1471CF. Grayscale: #9F9F9F. Windows color (decimal): -1339856 or 3182315. OLE color: 3182315.

HSL color Cylindrical-coordinate representation of color #EB8E30: hue angle of 30.16º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB8E30 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 142 48 -
CMYK 0 0.40 0.80 0.08
HSL 30.16º 0.82% 0.55% -
HSV(B) 30.16º 0.8% 0.92% -
XYZ 44.47 37.22 7.64 -
YUV 159.09 65.31 182.14 -
System Red Green Blue C M Y K H S L
Decimal 235 142 48 0 0.40 0.80 0.08 30.16 0.82 0.55
Hex EB 8E 30 0 28 50 8 1E 52 37
Octal 353 216 60 0 50 120 10 36 122 67
Binary 11101011 10001110 110000 0 101000 1010000 1000 11110 1010010 110111

Color Harmonies of #EB8E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8E30

Black with #EB8E30

Text Example


Text Example

White with #EB8E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8E30; }

 p { color: rgb(235,142,48); }

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

background-color css

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

 a { background-color: rgb(235,142,48); }

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

border-color css

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

 span { border-color: rgb(235,142,48); }

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