Html Css Color HEX #EAB003 Selective Yellow

📋 copy color: '#EAB003'

red 234 ◦ green 176 ◦ blue 3

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

Shades of Selective Yellow #EAB003

Tints of Selective Yellow #EAB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.62%

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

R = 56.66%
G = 42.62%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAB003 (or 0xEAB003) is known color: Selective Yellow. HEX triplet: EA, B0 and 03. RGB value is (234,176,3). Sum of RGB (Red+Green+Blue) = 234+176+3=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB003 is #154FFC. Grayscale: #AEAEAE. Windows color (decimal): -1396733 or 241898. OLE color: 241898.

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

Color convert

RGB 234 176 3 -
CMYK 0 0.25 0.99 0.08
HSL 44.94º 0.97% 0.46% -
HSV(B) 44.94º 0.99% 0.92% -
XYZ 49.47 48.55 6.85 -
YUV 173.62 31.72 171.07 -
System Red Green Blue C M Y K H S L
Decimal 234 176 3 0 0.25 0.99 0.08 44.94 0.97 0.46
Hex EA B0 3 0 19 63 8 2D 61 2E
Octal 352 260 3 0 31 143 10 55 141 56
Binary 11101010 10110000 11 0 11001 1100011 1000 101101 1100001 101110

Color Harmonies of #EAB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB003

Black with #EAB003

Text Example


Text Example

White with #EAB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB003; }

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

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

background-color css

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

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

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

border-color css

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

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

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