Html Css Color HEX #EB8D30 Sun

📋 copy color: '#EB8D30'

red 235 ◦ green 141 ◦ blue 48

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

Shades of Sun #EB8D30

Tints of Sun #EB8D30

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

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

R = 55.42%
G = 33.25%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB8D30 (or 0xEB8D30) is known color: Sun. HEX triplet: EB, 8D and 30. RGB value is (235,141,48). Sum of RGB (Red+Green+Blue) = 235+141+48=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D30 is #1472CF. Grayscale: #9E9E9E. Windows color (decimal): -1340112 or 3182059. OLE color: 3182059.

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

Color convert

RGB 235 141 48 -
CMYK 0 0.4 0.80 0.08
HSL 29.84º 0.82% 0.55% -
HSV(B) 29.84º 0.8% 0.92% -
XYZ 44.32 36.93 7.59 -
YUV 158.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 235 141 48 0 0.4 0.80 0.08 29.84 0.82 0.55
Hex EB 8D 30 0 28 50 8 1E 52 37
Octal 353 215 60 0 50 120 10 36 122 67
Binary 11101011 10001101 110000 0 101000 1010000 1000 11110 1010010 110111

Color Harmonies of #EB8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D30

Black with #EB8D30

Text Example


Text Example

White with #EB8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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