Html Css Color HEX #EBAB02 Orange

📋 copy color: '#EBAB02'

red 235 ◦ green 171 ◦ blue 2

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

Shades of Orange #EBAB02

Tints of Orange #EBAB02

RGB

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

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

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

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

#EBAB02 (or 0xEBAB02) is known color: Orange. HEX triplet: EB, AB and 02. RGB value is (235,171,2). Sum of RGB (Red+Green+Blue) = 235+171+2=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAB02 is #1454FD. Grayscale: #ABABAB. Windows color (decimal): -1332478 or 175083. OLE color: 175083.

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

Color convert

RGB 235 171 2 -
CMYK 0 0.27 0.99 0.08
HSL 43.52º 0.98% 0.46% -
HSV(B) 43.52º 0.99% 0.92% -
XYZ 48.83 46.79 6.52 -
YUV 170.87 32.7 173.74 -
System Red Green Blue C M Y K H S L
Decimal 235 171 2 0 0.27 0.99 0.08 43.52 0.98 0.46
Hex EB AB 2 0 1B 63 8 2C 62 2E
Octal 353 253 2 0 33 143 10 54 142 56
Binary 11101011 10101011 10 0 11011 1100011 1000 101100 1100010 101110

Color Harmonies of #EBAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB02

Black with #EBAB02

Text Example


Text Example

White with #EBAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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