Html Css Color HEX #EAB402 Selective Yellow

📋 copy color: '#EAB402'

red 234 ◦ green 180 ◦ blue 2

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

Shades of Selective Yellow #EAB402

Tints of Selective Yellow #EAB402

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.27%

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

R = 56.25%
G = 43.27%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAB402 (or 0xEAB402) is known color: Selective Yellow. HEX triplet: EA, B4 and 02. RGB value is (234,180,2). Sum of RGB (Red+Green+Blue) = 234+180+2=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB402 is #154BFD. Grayscale: #B0B0B0. Windows color (decimal): -1395710 or 177386. OLE color: 177386.

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

Color convert

RGB 234 180 2 -
CMYK 0 0.23 0.99 0.08
HSL 46.03º 0.98% 0.46% -
HSV(B) 46.03º 0.99% 0.92% -
XYZ 50.26 50.14 7.09 -
YUV 175.85 29.89 169.47 -
System Red Green Blue C M Y K H S L
Decimal 234 180 2 0 0.23 0.99 0.08 46.03 0.98 0.46
Hex EA B4 2 0 17 63 8 2E 62 2E
Octal 352 264 2 0 27 143 10 56 142 56
Binary 11101010 10110100 10 0 10111 1100011 1000 101110 1100010 101110

Color Harmonies of #EAB402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB402

Black with #EAB402

Text Example


Text Example

White with #EAB402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB402; }

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

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

background-color css

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

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

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

border-color css

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

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

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