Html Css Color HEX #EAD015 Broom

📋 copy color: '#EAD015'

red 234 ◦ green 208 ◦ blue 21

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

Shades of Broom #EAD015

Tints of Broom #EAD015

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.92%

 BLUE value IS 21 (8.59% from 255) = 4.54%

R = 50.54%
G = 44.92%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAD015 (or 0xEAD015) is known color: Broom. HEX triplet: EA, D0 and 15. RGB value is (234,208,21). Sum of RGB (Red+Green+Blue) = 234+208+21=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD015 is #152FEA. Grayscale: #C3C3C3. Windows color (decimal): -1388523 or 1429738. OLE color: 1429738.

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

Color convert

RGB 234 208 21 -
CMYK 0 0.11 0.91 0.08
HSL 52.68º 0.84% 0.5% -
HSV(B) 52.68º 0.91% 0.92% -
XYZ 56.62 62.66 9.82 -
YUV 194.46 30.11 156.21 -
System Red Green Blue C M Y K H S L
Decimal 234 208 21 0 0.11 0.91 0.08 52.68 0.84 0.5
Hex EA D0 15 0 B 5B 8 35 54 32
Octal 352 320 25 0 13 133 10 65 124 62
Binary 11101010 11010000 10101 0 1011 1011011 1000 110101 1010100 110010

Color Harmonies of #EAD015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD015

Black with #EAD015

Text Example


Text Example

White with #EAD015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD015; }

 p { color: rgb(234,208,21); }

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

background-color css

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

 a { background-color: rgb(234,208,21); }

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

border-color css

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

 span { border-color: rgb(234,208,21); }

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