Html Css Color HEX #EAD10D Broom

📋 copy color: '#EAD10D'

red 234 ◦ green 209 ◦ blue 13

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

Shades of Broom #EAD10D

Tints of Broom #EAD10D

RGB

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

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

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

R = 51.32%
G = 45.83%
B = 2.85%

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

#EAD10D (or 0xEAD10D) is known color: Broom. HEX triplet: EA, D1 and 0D. RGB value is (234,209,13). Sum of RGB (Red+Green+Blue) = 234+209+13=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD10D is #152EF2. Grayscale: #C2C2C2. Windows color (decimal): -1388275 or 905706. OLE color: 905706.

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

Color convert

RGB 234 209 13 -
CMYK 0 0.11 0.94 0.08
HSL 53.21º 0.89% 0.48% -
HSV(B) 53.21º 0.94% 0.92% -
XYZ 56.8 63.12 9.57 -
YUV 194.13 25.78 156.44 -
System Red Green Blue C M Y K H S L
Decimal 234 209 13 0 0.11 0.94 0.08 53.21 0.89 0.48
Hex EA D1 D 0 B 5E 8 35 59 30
Octal 352 321 15 0 13 136 10 65 131 60
Binary 11101010 11010001 1101 0 1011 1011110 1000 110101 1011001 110000

Color Harmonies of #EAD10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD10D

Black with #EAD10D

Text Example


Text Example

White with #EAD10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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