Html Css Color HEX #EAB500 Selective Yellow

📋 copy color: '#EAB500'

red 234 ◦ green 181 ◦ blue 0

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

Shades of Selective Yellow #EAB500

Tints of Selective Yellow #EAB500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.61%

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

R = 56.39%
G = 43.61%
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

#EAB500 (or 0xEAB500) is known color: Selective Yellow. HEX triplet: EA, B5 and 00. RGB value is (234,181,0). Sum of RGB (Red+Green+Blue) = 234+181+0=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB500 is #154AFF. Grayscale: #B0B0B0. Windows color (decimal): -1395456 or 46570. OLE color: 46570.

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

Color convert

RGB 234 181 0 -
CMYK 0 0.23 1 0.08
HSL 46.41º 1% 0.46% -
HSV(B) 46.41º 1% 0.92% -
XYZ 50.46 50.54 7.1 -
YUV 176.21 28.56 169.22 -
System Red Green Blue C M Y K H S L
Decimal 234 181 0 0 0.23 1 0.08 46.41 1 0.46
Hex EA B5 0 0 17 64 8 2E 64 2E
Octal 352 265 0 0 27 144 10 56 144 56
Binary 11101010 10110101 0 0 10111 1100100 1000 101110 1100100 101110

Color Harmonies of #EAB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB500

Black with #EAB500

Text Example


Text Example

White with #EAB500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB500; }

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

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

background-color css

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

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

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

border-color css

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

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

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