Html Css Color HEX #EAB002 Selective Yellow

📋 copy color: '#EAB002'

red 234 ◦ green 176 ◦ blue 2

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

Shades of Selective Yellow #EAB002

Tints of Selective Yellow #EAB002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

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

R = 56.8%
G = 42.72%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAB002 (or 0xEAB002) is known color: Selective Yellow. HEX triplet: EA, B0 and 02. RGB value is (234,176,2). Sum of RGB (Red+Green+Blue) = 234+176+2=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB002 is #154FFD. Grayscale: #AEAEAE. Windows color (decimal): -1396734 or 176362. OLE color: 176362.

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

Color convert

RGB 234 176 2 -
CMYK 0 0.25 0.99 0.08
HSL 45º 0.98% 0.46% -
HSV(B) 45º 0.99% 0.92% -
XYZ 49.47 48.55 6.82 -
YUV 173.51 31.22 171.15 -
System Red Green Blue C M Y K H S L
Decimal 234 176 2 0 0.25 0.99 0.08 45 0.98 0.46
Hex EA B0 2 0 19 63 8 2D 62 2E
Octal 352 260 2 0 31 143 10 55 142 56
Binary 11101010 10110000 10 0 11001 1100011 1000 101101 1100010 101110

Color Harmonies of #EAB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB002

Black with #EAB002

Text Example


Text Example

White with #EAB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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