Html Css Color HEX #EAB302 Selective Yellow

📋 copy color: '#EAB302'

red 234 ◦ green 179 ◦ blue 2

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

Shades of Selective Yellow #EAB302

Tints of Selective Yellow #EAB302

RGB

 RED value IS 234 (91.8% from 255) = 56.39%

 GREEN value IS 179 (70.31% from 255) = 43.13%

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

R = 56.39%
G = 43.13%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAB302 (or 0xEAB302) is known color: Selective Yellow. HEX triplet: EA, B3 and 02. RGB value is (234,179,2). Sum of RGB (Red+Green+Blue) = 234+179+2=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB302 is #154CFD. Grayscale: #B0B0B0. Windows color (decimal): -1395966 or 177130. OLE color: 177130.

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

Color convert

RGB 234 179 2 -
CMYK 0 0.24 0.99 0.08
HSL 45.78º 0.98% 0.46% -
HSV(B) 45.78º 0.99% 0.92% -
XYZ 50.06 49.74 7.02 -
YUV 175.27 30.22 169.89 -
System Red Green Blue C M Y K H S L
Decimal 234 179 2 0 0.24 0.99 0.08 45.78 0.98 0.46
Hex EA B3 2 0 18 63 8 2E 62 2E
Octal 352 263 2 0 30 143 10 56 142 56
Binary 11101010 10110011 10 0 11000 1100011 1000 101110 1100010 101110

Color Harmonies of #EAB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB302

Black with #EAB302

Text Example


Text Example

White with #EAB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB302; }

 p { color: rgb(234,179,2); }

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

background-color css

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

 a { background-color: rgb(234,179,2); }

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

border-color css

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

 span { border-color: rgb(234,179,2); }

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