Html Css Color HEX #EBAA00 Orange

📋 copy color: '#EBAA00'

red 235 ◦ green 170 ◦ blue 0

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

Shades of Orange #EBAA00

Tints of Orange #EBAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.98%

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

R = 58.02%
G = 41.98%
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

#EBAA00 (or 0xEBAA00) is known color: Orange. HEX triplet: EB, AA and 00. RGB value is (235,170,0). Sum of RGB (Red+Green+Blue) = 235+170+0=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAA00 is #1455FF. Grayscale: #AAAAAA. Windows color (decimal): -1332736 or 43755. OLE color: 43755.

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

Color convert

RGB 235 170 0 -
CMYK 0 0.28 1 0.08
HSL 43.4º 1% 0.46% -
HSV(B) 43.4º 1% 0.92% -
XYZ 48.64 46.41 6.39 -
YUV 170.06 32.03 174.32 -
System Red Green Blue C M Y K H S L
Decimal 235 170 0 0 0.28 1 0.08 43.4 1 0.46
Hex EB AA 0 0 1C 64 8 2B 64 2E
Octal 353 252 0 0 34 144 10 53 144 56
Binary 11101011 10101010 0 0 11100 1100100 1000 101011 1100100 101110

Color Harmonies of #EBAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA00

Black with #EBAA00

Text Example


Text Example

White with #EBAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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