Html Css Color HEX #EBAC01 Orange

📋 copy color: '#EBAC01'

red 235 ◦ green 172 ◦ blue 1

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

Shades of Orange #EBAC01

Tints of Orange #EBAC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

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

R = 57.6%
G = 42.16%
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

#EBAC01 (or 0xEBAC01) is known color: Orange. HEX triplet: EB, AC and 01. RGB value is (235,172,1). Sum of RGB (Red+Green+Blue) = 235+172+1=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC01 is #1453FE. Grayscale: #ACACAC. Windows color (decimal): -1332223 or 109803. OLE color: 109803.

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

Color convert

RGB 235 172 1 -
CMYK 0 0.27 1.00 0.08
HSL 43.85º 0.99% 0.46% -
HSV(B) 43.85º 1% 0.92% -
XYZ 49.02 47.17 6.55 -
YUV 171.34 31.87 173.4 -
System Red Green Blue C M Y K H S L
Decimal 235 172 1 0 0.27 1.00 0.08 43.85 0.99 0.46
Hex EB AC 1 0 1B 64 8 2C 63 2E
Octal 353 254 1 0 33 144 10 54 143 56
Binary 11101011 10101100 1 0 11011 1100100 1000 101100 1100011 101110

Color Harmonies of #EBAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC01

Black with #EBAC01

Text Example


Text Example

White with #EBAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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