Html Css Color HEX #EBAC02 Orange

📋 copy color: '#EBAC02'

red 235 ◦ green 172 ◦ blue 2

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

Shades of Orange #EBAC02

Tints of Orange #EBAC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 57.46%
G = 42.05%
B = 0.49%

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

#EBAC02 (or 0xEBAC02) is known color: Orange. HEX triplet: EB, AC and 02. RGB value is (235,172,2). Sum of RGB (Red+Green+Blue) = 235+172+2=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAC02 is #1453FD. Grayscale: #ACACAC. Windows color (decimal): -1332222 or 175339. OLE color: 175339.

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

Color convert

RGB 235 172 2 -
CMYK 0 0.27 0.99 0.08
HSL 43.78º 0.98% 0.46% -
HSV(B) 43.78º 0.99% 0.92% -
XYZ 49.02 47.17 6.58 -
YUV 171.46 32.37 173.32 -
System Red Green Blue C M Y K H S L
Decimal 235 172 2 0 0.27 0.99 0.08 43.78 0.98 0.46
Hex EB AC 2 0 1B 63 8 2C 62 2E
Octal 353 254 2 0 33 143 10 54 142 56
Binary 11101011 10101100 10 0 11011 1100011 1000 101100 1100010 101110

Color Harmonies of #EBAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC02

Black with #EBAC02

Text Example


Text Example

White with #EBAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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