Html Css Color HEX #EAB503 Selective Yellow

📋 copy color: '#EAB503'

red 234 ◦ green 181 ◦ blue 3

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

Shades of Selective Yellow #EAB503

Tints of Selective Yellow #EAB503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 55.98%
G = 43.3%
B = 0.72%

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

#EAB503 (or 0xEAB503) is known color: Selective Yellow. HEX triplet: EA, B5 and 03. RGB value is (234,181,3). Sum of RGB (Red+Green+Blue) = 234+181+3=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB503 is #154AFC. Grayscale: #B1B1B1. Windows color (decimal): -1395453 or 243178. OLE color: 243178.

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

Color convert

RGB 234 181 3 -
CMYK 0 0.23 0.99 0.08
HSL 46.23º 0.97% 0.46% -
HSV(B) 46.23º 0.99% 0.92% -
XYZ 50.47 50.55 7.18 -
YUV 176.56 30.06 168.97 -
System Red Green Blue C M Y K H S L
Decimal 234 181 3 0 0.23 0.99 0.08 46.23 0.97 0.46
Hex EA B5 3 0 17 63 8 2E 61 2E
Octal 352 265 3 0 27 143 10 56 141 56
Binary 11101010 10110101 11 0 10111 1100011 1000 101110 1100001 101110

Color Harmonies of #EAB503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB503

Black with #EAB503

Text Example


Text Example

White with #EAB503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB503; }

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

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

background-color css

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

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

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

border-color css

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

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

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