Html Css Color HEX #EAD621 Broom

📋 copy color: '#EAD621'

red 234 ◦ green 214 ◦ blue 33

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

Shades of Broom #EAD621

Tints of Broom #EAD621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.49%

 BLUE value IS 33 (13.28% from 255) = 6.86%

R = 48.65%
G = 44.49%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAD621 (or 0xEAD621) is known color: Broom. HEX triplet: EA, D6 and 21. RGB value is (234,214,33). Sum of RGB (Red+Green+Blue) = 234+214+33=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD621 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD621 is #1529DE. Grayscale: #C8C8C8. Windows color (decimal): -1386975 or 2217706. OLE color: 2217706.

HSL color Cylindrical-coordinate representation of color #EAD621: hue angle of 54.03º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAD621 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 214 33 -
CMYK 0 0.09 0.86 0.08
HSL 54.03º 0.83% 0.52% -
HSV(B) 54.03º 0.86% 0.92% -
XYZ 58.25 65.7 11.05 -
YUV 199.35 34.13 152.72 -
System Red Green Blue C M Y K H S L
Decimal 234 214 33 0 0.09 0.86 0.08 54.03 0.83 0.52
Hex EA D6 21 0 9 56 8 36 53 34
Octal 352 326 41 0 11 126 10 66 123 64
Binary 11101010 11010110 100001 0 1001 1010110 1000 110110 1010011 110100

Color Harmonies of #EAD621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD621

Black with #EAD621

Text Example


Text Example

White with #EAD621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD621; }

 p { color: rgb(234,214,33); }

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

background-color css

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

 a { background-color: rgb(234,214,33); }

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

border-color css

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

 span { border-color: rgb(234,214,33); }

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