Html Css Color HEX #EAB206 Selective Yellow

📋 copy color: '#EAB206'

red 234 ◦ green 178 ◦ blue 6

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

Shades of Selective Yellow #EAB206

Tints of Selective Yellow #EAB206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 55.98%
G = 42.58%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAB206 (or 0xEAB206) is known color: Selective Yellow. HEX triplet: EA, B2 and 06. RGB value is (234,178,6). Sum of RGB (Red+Green+Blue) = 234+178+6=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB206 is #154DF9. Grayscale: #AFAFAF. Windows color (decimal): -1396218 or 439018. OLE color: 439018.

HSL color Cylindrical-coordinate representation of color #EAB206: hue angle of 45.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAB206 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 178 6 -
CMYK 0 0.24 0.97 0.08
HSL 45.26º 0.95% 0.47% -
HSV(B) 45.26º 0.97% 0.92% -
XYZ 49.88 49.35 7.07 -
YUV 175.14 32.55 169.99 -
System Red Green Blue C M Y K H S L
Decimal 234 178 6 0 0.24 0.97 0.08 45.26 0.95 0.47
Hex EA B2 6 0 18 61 8 2D 5F 2F
Octal 352 262 6 0 30 141 10 55 137 57
Binary 11101010 10110010 110 0 11000 1100001 1000 101101 1011111 101111

Color Harmonies of #EAB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB206

Black with #EAB206

Text Example


Text Example

White with #EAB206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB206; }

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

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

background-color css

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

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

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

border-color css

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

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

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