Html Css Color HEX #EBA901 Orange

📋 copy color: '#EBA901'

red 235 ◦ green 169 ◦ blue 1

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

Shades of Orange #EBA901

Tints of Orange #EBA901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 58.02%
G = 41.73%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBA901 (or 0xEBA901) is known color: Orange. HEX triplet: EB, A9 and 01. RGB value is (235,169,1). Sum of RGB (Red+Green+Blue) = 235+169+1=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBA901 is #1456FE. Grayscale: #AAAAAA. Windows color (decimal): -1332991 or 109035. OLE color: 109035.

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

Color convert

RGB 235 169 1 -
CMYK 0 0.28 1.00 0.08
HSL 43.08º 0.99% 0.46% -
HSV(B) 43.08º 1% 0.92% -
XYZ 48.45 46.04 6.36 -
YUV 169.58 32.87 174.66 -
System Red Green Blue C M Y K H S L
Decimal 235 169 1 0 0.28 1.00 0.08 43.08 0.99 0.46
Hex EB A9 1 0 1C 64 8 2B 63 2E
Octal 353 251 1 0 34 144 10 53 143 56
Binary 11101011 10101001 1 0 11100 1100100 1000 101011 1100011 101110

Color Harmonies of #EBA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA901

Black with #EBA901

Text Example


Text Example

White with #EBA901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA901; }

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

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

background-color css

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

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

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

border-color css

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

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

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