Html Css Color HEX #EB8C2E Sun

📋 copy color: '#EB8C2E'

red 235 ◦ green 140 ◦ blue 46

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

Shades of Sun #EB8C2E

Tints of Sun #EB8C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.25%

 BLUE value IS 46 (18.36% from 255) = 10.93%

R = 55.82%
G = 33.25%
B = 10.93%

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

#EB8C2E (or 0xEB8C2E) is known color: Sun. HEX triplet: EB, 8C and 2E. RGB value is (235,140,46). Sum of RGB (Red+Green+Blue) = 235+140+46=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C2E is #1473D1. Grayscale: #9E9E9E. Windows color (decimal): -1340370 or 3050731. OLE color: 3050731.

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

Color convert

RGB 235 140 46 -
CMYK 0 0.40 0.80 0.08
HSL 29.84º 0.83% 0.55% -
HSV(B) 29.84º 0.8% 0.92% -
XYZ 44.13 36.62 7.33 -
YUV 157.69 64.97 183.14 -
System Red Green Blue C M Y K H S L
Decimal 235 140 46 0 0.40 0.80 0.08 29.84 0.83 0.55
Hex EB 8C 2E 0 28 50 8 1E 53 37
Octal 353 214 56 0 50 120 10 36 123 67
Binary 11101011 10001100 101110 0 101000 1010000 1000 11110 1010011 110111

Color Harmonies of #EB8C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C2E

Black with #EB8C2E

Text Example


Text Example

White with #EB8C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C2E; }

 p { color: rgb(235,140,46); }

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

background-color css

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

 a { background-color: rgb(235,140,46); }

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

border-color css

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

 span { border-color: rgb(235,140,46); }

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