Html Css Color HEX #EBAC03 Orange

📋 copy color: '#EBAC03'

red 235 ◦ green 172 ◦ blue 3

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

Shades of Orange #EBAC03

Tints of Orange #EBAC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 57.32%
G = 41.95%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBAC03 (or 0xEBAC03) is known color: Orange. HEX triplet: EB, AC and 03. RGB value is (235,172,3). Sum of RGB (Red+Green+Blue) = 235+172+3=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC03 is #1453FC. Grayscale: #ACACAC. Windows color (decimal): -1332221 or 240875. OLE color: 240875.

HSL color Cylindrical-coordinate representation of color #EBAC03: hue angle of 43.71º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBAC03 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 172 3 -
CMYK 0 0.27 0.99 0.08
HSL 43.71º 0.97% 0.47% -
HSV(B) 43.71º 0.99% 0.92% -
XYZ 49.03 47.17 6.61 -
YUV 171.57 32.87 173.24 -
System Red Green Blue C M Y K H S L
Decimal 235 172 3 0 0.27 0.99 0.08 43.71 0.97 0.47
Hex EB AC 3 0 1B 63 8 2C 61 2F
Octal 353 254 3 0 33 143 10 54 141 57
Binary 11101011 10101100 11 0 11011 1100011 1000 101100 1100001 101111

Color Harmonies of #EBAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC03

Black with #EBAC03

Text Example


Text Example

White with #EBAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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