Html Css Color HEX #EAB40D Selective Yellow

📋 copy color: '#EAB40D'

red 234 ◦ green 180 ◦ blue 13

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

Shades of Selective Yellow #EAB40D

Tints of Selective Yellow #EAB40D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 54.8%
G = 42.15%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAB40D (or 0xEAB40D) is known color: Selective Yellow. HEX triplet: EA, B4 and 0D. RGB value is (234,180,13). Sum of RGB (Red+Green+Blue) = 234+180+13=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB40D is #154BF2. Grayscale: #B1B1B1. Windows color (decimal): -1395699 or 898282. OLE color: 898282.

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

Color convert

RGB 234 180 13 -
CMYK 0 0.23 0.94 0.08
HSL 45.34º 0.89% 0.48% -
HSV(B) 45.34º 0.94% 0.92% -
XYZ 50.33 50.16 7.41 -
YUV 177.11 35.39 168.58 -
System Red Green Blue C M Y K H S L
Decimal 234 180 13 0 0.23 0.94 0.08 45.34 0.89 0.48
Hex EA B4 D 0 17 5E 8 2D 59 30
Octal 352 264 15 0 27 136 10 55 131 60
Binary 11101010 10110100 1101 0 10111 1011110 1000 101101 1011001 110000

Color Harmonies of #EAB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB40D

Black with #EAB40D

Text Example


Text Example

White with #EAB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB40D; }

 p { color: rgb(234,180,13); }

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

background-color css

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

 a { background-color: rgb(234,180,13); }

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

border-color css

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

 span { border-color: rgb(234,180,13); }

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