Html Css Color HEX #EBA800 Orange

📋 copy color: '#EBA800'

red 235 ◦ green 168 ◦ blue 0

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

Shades of Orange #EBA800

Tints of Orange #EBA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.31%
G = 41.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBA800 (or 0xEBA800) is known color: Orange. HEX triplet: EB, A8 and 00. RGB value is (235,168,0). Sum of RGB (Red+Green+Blue) = 235+168+0=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA800 is #1457FF. Grayscale: #A9A9A9. Windows color (decimal): -1333248 or 43243. OLE color: 43243.

HSL color Cylindrical-coordinate representation of color #EBA800: hue angle of 42.89º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EBA800 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 168 0 -
CMYK 0 0.29 1 0.08
HSL 42.89º 1% 0.46% -
HSV(B) 42.89º 1% 0.92% -
XYZ 48.26 45.67 6.27 -
YUV 168.88 32.7 175.16 -
System Red Green Blue C M Y K H S L
Decimal 235 168 0 0 0.29 1 0.08 42.89 1 0.46
Hex EB A8 0 0 1D 64 8 2B 64 2E
Octal 353 250 0 0 35 144 10 53 144 56
Binary 11101011 10101000 0 0 11101 1100100 1000 101011 1100100 101110

Color Harmonies of #EBA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA800

Black with #EBA800

Text Example


Text Example

White with #EBA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA800; }

 p { color: rgb(235,168,0); }

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

background-color css

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

 a { background-color: rgb(235,168,0); }

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

border-color css

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

 span { border-color: rgb(235,168,0); }

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