Html Css Color HEX #EAD510 Broom

📋 copy color: '#EAD510'

red 234 ◦ green 213 ◦ blue 16

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

Shades of Broom #EAD510

Tints of Broom #EAD510

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 50.54%
G = 46%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAD510 (or 0xEAD510) is known color: Broom. HEX triplet: EA, D5 and 10. RGB value is (234,213,16). Sum of RGB (Red+Green+Blue) = 234+213+16=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD510 is #152AEF. Grayscale: #C5C5C5. Windows color (decimal): -1387248 or 1103338. OLE color: 1103338.

HSL color Cylindrical-coordinate representation of color #EAD510: hue angle of 54.22º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EAD510 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 213 16 -
CMYK 0 0.09 0.93 0.08
HSL 54.22º 0.87% 0.49% -
HSV(B) 54.22º 0.93% 0.92% -
XYZ 57.82 65.12 10.01 -
YUV 196.82 25.96 154.52 -
System Red Green Blue C M Y K H S L
Decimal 234 213 16 0 0.09 0.93 0.08 54.22 0.87 0.49
Hex EA D5 10 0 9 5D 8 36 57 31
Octal 352 325 20 0 11 135 10 66 127 61
Binary 11101010 11010101 10000 0 1001 1011101 1000 110110 1010111 110001

Color Harmonies of #EAD510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD510

Black with #EAD510

Text Example


Text Example

White with #EAD510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD510; }

 p { color: rgb(234,213,16); }

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

background-color css

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

 a { background-color: rgb(234,213,16); }

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

border-color css

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

 span { border-color: rgb(234,213,16); }

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