Html Css Color HEX #EBA900 Orange

📋 copy color: '#EBA900'

red 235 ◦ green 169 ◦ blue 0

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

Shades of Orange #EBA900

Tints of Orange #EBA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

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

R = 58.17%
G = 41.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBA900 (or 0xEBA900) is known color: Orange. HEX triplet: EB, A9 and 00. RGB value is (235,169,0). Sum of RGB (Red+Green+Blue) = 235+169+0=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA900 is #1456FF. Grayscale: #AAAAAA. Windows color (decimal): -1332992 or 43499. OLE color: 43499.

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

Color convert

RGB 235 169 0 -
CMYK 0 0.28 1 0.08
HSL 43.15º 1% 0.46% -
HSV(B) 43.15º 1% 0.92% -
XYZ 48.45 46.04 6.33 -
YUV 169.47 32.37 174.74 -
System Red Green Blue C M Y K H S L
Decimal 235 169 0 0 0.28 1 0.08 43.15 1 0.46
Hex EB A9 0 0 1C 64 8 2B 64 2E
Octal 353 251 0 0 34 144 10 53 144 56
Binary 11101011 10101001 0 0 11100 1100100 1000 101011 1100100 101110

Color Harmonies of #EBA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA900

Black with #EBA900

Text Example


Text Example

White with #EBA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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