Html Css Color HEX #EAB400 Selective Yellow

📋 copy color: '#EAB400'

red 234 ◦ green 180 ◦ blue 0

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

Shades of Selective Yellow #EAB400

Tints of Selective Yellow #EAB400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.52%
G = 43.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAB400 (or 0xEAB400) is known color: Selective Yellow. HEX triplet: EA, B4 and 00. RGB value is (234,180,0). Sum of RGB (Red+Green+Blue) = 234+180+0=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB400 is #154BFF. Grayscale: #B0B0B0. Windows color (decimal): -1395712 or 46314. OLE color: 46314.

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

Color convert

RGB 234 180 0 -
CMYK 0 0.23 1 0.08
HSL 46.15º 1% 0.46% -
HSV(B) 46.15º 1% 0.92% -
XYZ 50.25 50.13 7.03 -
YUV 175.63 28.89 169.64 -
System Red Green Blue C M Y K H S L
Decimal 234 180 0 0 0.23 1 0.08 46.15 1 0.46
Hex EA B4 0 0 17 64 8 2E 64 2E
Octal 352 264 0 0 27 144 10 56 144 56
Binary 11101010 10110100 0 0 10111 1100100 1000 101110 1100100 101110

Color Harmonies of #EAB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB400

Black with #EAB400

Text Example


Text Example

White with #EAB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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