Html Css Color HEX #EAD11C Broom

📋 copy color: '#EAD11C'

red 234 ◦ green 209 ◦ blue 28

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

Shades of Broom #EAD11C

Tints of Broom #EAD11C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.37%

 BLUE value IS 28 (11.33% from 255) = 5.94%

R = 49.68%
G = 44.37%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAD11C (or 0xEAD11C) is known color: Broom. HEX triplet: EA, D1 and 1C. RGB value is (234,209,28). Sum of RGB (Red+Green+Blue) = 234+209+28=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD11C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD11C is #152EE3. Grayscale: #C4C4C4. Windows color (decimal): -1388260 or 1888746. OLE color: 1888746.

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

Color convert

RGB 234 209 28 -
CMYK 0 0.11 0.88 0.08
HSL 52.72º 0.83% 0.51% -
HSV(B) 52.72º 0.88% 0.92% -
XYZ 56.94 63.18 10.29 -
YUV 195.84 33.28 155.22 -
System Red Green Blue C M Y K H S L
Decimal 234 209 28 0 0.11 0.88 0.08 52.72 0.83 0.51
Hex EA D1 1C 0 B 58 8 35 53 33
Octal 352 321 34 0 13 130 10 65 123 63
Binary 11101010 11010001 11100 0 1011 1011000 1000 110101 1010011 110011

Color Harmonies of #EAD11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD11C

Black with #EAD11C

Text Example


Text Example

White with #EAD11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD11C; }

 p { color: rgb(234,209,28); }

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

background-color css

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

 a { background-color: rgb(234,209,28); }

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

border-color css

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

 span { border-color: rgb(234,209,28); }

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