Html Css Color HEX #EAD21E Broom

📋 copy color: '#EAD21E'

red 234 ◦ green 210 ◦ blue 30

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

Shades of Broom #EAD21E

Tints of Broom #EAD21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.33%

R = 49.37%
G = 44.3%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAD21E (or 0xEAD21E) is known color: Broom. HEX triplet: EA, D2 and 1E. RGB value is (234,210,30). Sum of RGB (Red+Green+Blue) = 234+210+30=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD21E is #152DE1. Grayscale: #C5C5C5. Windows color (decimal): -1388002 or 2020074. OLE color: 2020074.

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

Color convert

RGB 234 210 30 -
CMYK 0 0.10 0.87 0.08
HSL 52.94º 0.83% 0.52% -
HSV(B) 52.94º 0.87% 0.92% -
XYZ 57.21 63.68 10.5 -
YUV 196.66 33.95 154.64 -
System Red Green Blue C M Y K H S L
Decimal 234 210 30 0 0.10 0.87 0.08 52.94 0.83 0.52
Hex EA D2 1E 0 A 57 8 35 53 34
Octal 352 322 36 0 12 127 10 65 123 64
Binary 11101010 11010010 11110 0 1010 1010111 1000 110101 1010011 110100

Color Harmonies of #EAD21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD21E

Black with #EAD21E

Text Example


Text Example

White with #EAD21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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