Html Css Color HEX #EBAB01 Orange

📋 copy color: '#EBAB01'

red 235 ◦ green 171 ◦ blue 1

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

Shades of Orange #EBAB01

Tints of Orange #EBAB01

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 57.74%
G = 42.01%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBAB01 (or 0xEBAB01) is known color: Orange. HEX triplet: EB, AB and 01. RGB value is (235,171,1). Sum of RGB (Red+Green+Blue) = 235+171+1=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB01 is #1454FE. Grayscale: #ABABAB. Windows color (decimal): -1332479 or 109547. OLE color: 109547.

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

Color convert

RGB 235 171 1 -
CMYK 0 0.27 1.00 0.08
HSL 43.59º 0.99% 0.46% -
HSV(B) 43.59º 1% 0.92% -
XYZ 48.83 46.79 6.49 -
YUV 170.76 32.2 173.82 -
System Red Green Blue C M Y K H S L
Decimal 235 171 1 0 0.27 1.00 0.08 43.59 0.99 0.46
Hex EB AB 1 0 1B 64 8 2C 63 2E
Octal 353 253 1 0 33 144 10 54 143 56
Binary 11101011 10101011 1 0 11011 1100100 1000 101100 1100011 101110

Color Harmonies of #EBAB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB01

Black with #EBAB01

Text Example


Text Example

White with #EBAB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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