Html Css Color HEX #EAD11D Broom

📋 copy color: '#EAD11D'

red 234 ◦ green 209 ◦ blue 29

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

Shades of Broom #EAD11D

Tints of Broom #EAD11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.14%

R = 49.58%
G = 44.28%
B = 6.14%

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

#EAD11D (or 0xEAD11D) is known color: Broom. HEX triplet: EA, D1 and 1D. RGB value is (234,209,29). Sum of RGB (Red+Green+Blue) = 234+209+29=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD11D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD11D is #152EE2. Grayscale: #C4C4C4. Windows color (decimal): -1388259 or 1954282. OLE color: 1954282.

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

Color convert

RGB 234 209 29 -
CMYK 0 0.11 0.88 0.08
HSL 52.68º 0.83% 0.52% -
HSV(B) 52.68º 0.88% 0.92% -
XYZ 56.95 63.18 10.36 -
YUV 195.96 33.78 155.14 -
System Red Green Blue C M Y K H S L
Decimal 234 209 29 0 0.11 0.88 0.08 52.68 0.83 0.52
Hex EA D1 1D 0 B 58 8 35 53 34
Octal 352 321 35 0 13 130 10 65 123 64
Binary 11101010 11010001 11101 0 1011 1011000 1000 110101 1010011 110100

Color Harmonies of #EAD11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD11D

Black with #EAD11D

Text Example


Text Example

White with #EAD11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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