Html Css Color HEX #EAD10F Broom

📋 copy color: '#EAD10F'

red 234 ◦ green 209 ◦ blue 15

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

Shades of Broom #EAD10F

Tints of Broom #EAD10F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.63%

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 51.09%
G = 45.63%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAD10F (or 0xEAD10F) is known color: Broom. HEX triplet: EA, D1 and 0F. RGB value is (234,209,15). Sum of RGB (Red+Green+Blue) = 234+209+15=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 15 (6.25% from 255 or 3.28% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD10F is #152EF0. Grayscale: #C3C3C3. Windows color (decimal): -1388273 or 1036778. OLE color: 1036778.

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

Color convert

RGB 234 209 15 -
CMYK 0 0.11 0.94 0.08
HSL 53.15º 0.88% 0.49% -
HSV(B) 53.15º 0.94% 0.92% -
XYZ 56.82 63.13 9.64 -
YUV 194.36 26.78 156.27 -
System Red Green Blue C M Y K H S L
Decimal 234 209 15 0 0.11 0.94 0.08 53.15 0.88 0.49
Hex EA D1 F 0 B 5E 8 35 58 31
Octal 352 321 17 0 13 136 10 65 130 61
Binary 11101010 11010001 1111 0 1011 1011110 1000 110101 1011000 110001

Color Harmonies of #EAD10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD10F

Black with #EAD10F

Text Example


Text Example

White with #EAD10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD10F; }

 p { color: rgb(234,209,15); }

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

background-color css

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

 a { background-color: rgb(234,209,15); }

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

border-color css

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

 span { border-color: rgb(234,209,15); }

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