Html Css Color HEX #EAD21B Broom

📋 copy color: '#EAD21B'

red 234 ◦ green 210 ◦ blue 27

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

Shades of Broom #EAD21B

Tints of Broom #EAD21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.73%

R = 49.68%
G = 44.59%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAD21B (or 0xEAD21B) is known color: Broom. HEX triplet: EA, D2 and 1B. RGB value is (234,210,27). Sum of RGB (Red+Green+Blue) = 234+210+27=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD21B is #152DE4. Grayscale: #C5C5C5. Windows color (decimal): -1388005 or 1823466. OLE color: 1823466.

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

Color convert

RGB 234 210 27 -
CMYK 0 0.10 0.88 0.08
HSL 53.04º 0.83% 0.51% -
HSV(B) 53.04º 0.88% 0.92% -
XYZ 57.18 63.66 10.31 -
YUV 196.31 32.45 154.88 -
System Red Green Blue C M Y K H S L
Decimal 234 210 27 0 0.10 0.88 0.08 53.04 0.83 0.51
Hex EA D2 1B 0 A 58 8 35 53 33
Octal 352 322 33 0 12 130 10 65 123 63
Binary 11101010 11010010 11011 0 1010 1011000 1000 110101 1010011 110011

Color Harmonies of #EAD21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD21B

Black with #EAD21B

Text Example


Text Example

White with #EAD21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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