Html Css Color HEX #EAD20D Broom

📋 copy color: '#EAD20D'

red 234 ◦ green 210 ◦ blue 13

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

Shades of Broom #EAD20D

Tints of Broom #EAD20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

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

R = 51.2%
G = 45.95%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAD20D (or 0xEAD20D) is known color: Broom. HEX triplet: EA, D2 and 0D. RGB value is (234,210,13). Sum of RGB (Red+Green+Blue) = 234+210+13=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD20D is #152DF2. Grayscale: #C3C3C3. Windows color (decimal): -1388019 or 905962. OLE color: 905962.

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

Color convert

RGB 234 210 13 -
CMYK 0 0.10 0.94 0.08
HSL 53.48º 0.89% 0.48% -
HSV(B) 53.48º 0.94% 0.92% -
XYZ 57.05 63.61 9.65 -
YUV 194.72 25.45 156.02 -
System Red Green Blue C M Y K H S L
Decimal 234 210 13 0 0.10 0.94 0.08 53.48 0.89 0.48
Hex EA D2 D 0 A 5E 8 35 59 30
Octal 352 322 15 0 12 136 10 65 131 60
Binary 11101010 11010010 1101 0 1010 1011110 1000 110101 1011001 110000

Color Harmonies of #EAD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD20D

Black with #EAD20D

Text Example


Text Example

White with #EAD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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