Html Css Color HEX #EAB200 Selective Yellow

📋 copy color: '#EAB200'

red 234 ◦ green 178 ◦ blue 0

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

Shades of Selective Yellow #EAB200

Tints of Selective Yellow #EAB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.2%

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

R = 56.8%
G = 43.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAB200 (or 0xEAB200) is known color: Selective Yellow. HEX triplet: EA, B2 and 00. RGB value is (234,178,0). Sum of RGB (Red+Green+Blue) = 234+178+0=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB200 is #154DFF. Grayscale: #AFAFAF. Windows color (decimal): -1396224 or 45802. OLE color: 45802.

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

Color convert

RGB 234 178 0 -
CMYK 0 0.24 1 0.08
HSL 45.64º 1% 0.46% -
HSV(B) 45.64º 1% 0.92% -
XYZ 49.85 49.33 6.89 -
YUV 174.45 29.55 170.47 -
System Red Green Blue C M Y K H S L
Decimal 234 178 0 0 0.24 1 0.08 45.64 1 0.46
Hex EA B2 0 0 18 64 8 2E 64 2E
Octal 352 262 0 0 30 144 10 56 144 56
Binary 11101010 10110010 0 0 11000 1100100 1000 101110 1100100 101110

Color Harmonies of #EAB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB200

Black with #EAB200

Text Example


Text Example

White with #EAB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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