Html Css Color HEX #EAB50C Selective Yellow

📋 copy color: '#EAB50C'

red 234 ◦ green 181 ◦ blue 12

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

Shades of Selective Yellow #EAB50C

Tints of Selective Yellow #EAB50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.81%

R = 54.8%
G = 42.39%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAB50C (or 0xEAB50C) is known color: Selective Yellow. HEX triplet: EA, B5 and 0C. RGB value is (234,181,12). Sum of RGB (Red+Green+Blue) = 234+181+12=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB50C is #154AF3. Grayscale: #B2B2B2. Windows color (decimal): -1395444 or 833002. OLE color: 833002.

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

Color convert

RGB 234 181 12 -
CMYK 0 0.23 0.95 0.08
HSL 45.68º 0.9% 0.48% -
HSV(B) 45.68º 0.95% 0.92% -
XYZ 50.52 50.57 7.45 -
YUV 177.58 34.56 168.24 -
System Red Green Blue C M Y K H S L
Decimal 234 181 12 0 0.23 0.95 0.08 45.68 0.9 0.48
Hex EA B5 C 0 17 5F 8 2E 5A 30
Octal 352 265 14 0 27 137 10 56 132 60
Binary 11101010 10110101 1100 0 10111 1011111 1000 101110 1011010 110000

Color Harmonies of #EAB50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB50C

Black with #EAB50C

Text Example


Text Example

White with #EAB50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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