Html Css Color HEX #EAD11E Broom

📋 copy color: '#EAD11E'

red 234 ◦ green 209 ◦ blue 30

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

Shades of Broom #EAD11E

Tints of Broom #EAD11E

RGB

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

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

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

R = 49.47%
G = 44.19%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAD11E (or 0xEAD11E) is known color: Broom. HEX triplet: EA, D1 and 1E. RGB value is (234,209,30). Sum of RGB (Red+Green+Blue) = 234+209+30=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD11E is #152EE1. Grayscale: #C4C4C4. Windows color (decimal): -1388258 or 2019818. OLE color: 2019818.

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

Color convert

RGB 234 209 30 -
CMYK 0 0.11 0.87 0.08
HSL 52.65º 0.83% 0.52% -
HSV(B) 52.65º 0.87% 0.92% -
XYZ 56.97 63.19 10.42 -
YUV 196.07 34.28 155.05 -
System Red Green Blue C M Y K H S L
Decimal 234 209 30 0 0.11 0.87 0.08 52.65 0.83 0.52
Hex EA D1 1E 0 B 57 8 35 53 34
Octal 352 321 36 0 13 127 10 65 123 64
Binary 11101010 11010001 11110 0 1011 1010111 1000 110101 1010011 110100

Color Harmonies of #EAD11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD11E

Black with #EAD11E

Text Example


Text Example

White with #EAD11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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