Html Css Color HEX #EAD315 Broom

📋 copy color: '#EAD315'

red 234 ◦ green 211 ◦ blue 21

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

Shades of Broom #EAD315

Tints of Broom #EAD315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.28%

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

R = 50.21%
G = 45.28%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAD315 (or 0xEAD315) is known color: Broom. HEX triplet: EA, D3 and 15. RGB value is (234,211,21). Sum of RGB (Red+Green+Blue) = 234+211+21=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD315 is #152CEA. Grayscale: #C5C5C5. Windows color (decimal): -1387755 or 1430506. OLE color: 1430506.

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

Color convert

RGB 234 211 21 -
CMYK 0 0.10 0.91 0.08
HSL 53.52º 0.84% 0.5% -
HSV(B) 53.52º 0.91% 0.92% -
XYZ 57.36 64.14 10.07 -
YUV 196.22 29.12 154.95 -
System Red Green Blue C M Y K H S L
Decimal 234 211 21 0 0.10 0.91 0.08 53.52 0.84 0.5
Hex EA D3 15 0 A 5B 8 36 54 32
Octal 352 323 25 0 12 133 10 66 124 62
Binary 11101010 11010011 10101 0 1010 1011011 1000 110110 1010100 110010

Color Harmonies of #EAD315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD315

Black with #EAD315

Text Example


Text Example

White with #EAD315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD315; }

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

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

background-color css

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

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

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

border-color css

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

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

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