Html Css Color HEX #EAD329 Broom

📋 copy color: '#EAD329'

red 234 ◦ green 211 ◦ blue 41

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

Shades of Broom #EAD329

Tints of Broom #EAD329

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.42%

 BLUE value IS 41 (16.41% from 255) = 8.44%

R = 48.15%
G = 43.42%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAD329 (or 0xEAD329) is known color: Broom. HEX triplet: EA, D3 and 29. RGB value is (234,211,41). Sum of RGB (Red+Green+Blue) = 234+211+41=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 41 (16.41% from 255 or 8.44% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD329 is #152CD6. Grayscale: #C7C7C7. Windows color (decimal): -1387735 or 2741226. OLE color: 2741226.

HSL color Cylindrical-coordinate representation of color #EAD329: hue angle of 52.85º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAD329 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 41 -
CMYK 0 0.10 0.82 0.08
HSL 52.85º 0.82% 0.54% -
HSV(B) 52.85º 0.82% 0.92% -
XYZ 57.63 64.24 11.46 -
YUV 198.5 39.12 153.32 -
System Red Green Blue C M Y K H S L
Decimal 234 211 41 0 0.10 0.82 0.08 52.85 0.82 0.54
Hex EA D3 29 0 A 52 8 35 52 36
Octal 352 323 51 0 12 122 10 65 122 66
Binary 11101010 11010011 101001 0 1010 1010010 1000 110101 1010010 110110

Color Harmonies of #EAD329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD329

Black with #EAD329

Text Example


Text Example

White with #EAD329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD329; }

 p { color: rgb(234,211,41); }

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

background-color css

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

 a { background-color: rgb(234,211,41); }

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

border-color css

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

 span { border-color: rgb(234,211,41); }

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