Html Css Color HEX #EAD512 Broom

📋 copy color: '#EAD512'

red 234 ◦ green 213 ◦ blue 18

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

Shades of Broom #EAD512

Tints of Broom #EAD512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.87%

R = 50.32%
G = 45.81%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAD512 (or 0xEAD512) is known color: Broom. HEX triplet: EA, D5 and 12. RGB value is (234,213,18). Sum of RGB (Red+Green+Blue) = 234+213+18=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD512 is #152AED. Grayscale: #C5C5C5. Windows color (decimal): -1387246 or 1234410. OLE color: 1234410.

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

Color convert

RGB 234 213 18 -
CMYK 0 0.09 0.92 0.08
HSL 54.17º 0.86% 0.49% -
HSV(B) 54.17º 0.92% 0.92% -
XYZ 57.84 65.12 10.09 -
YUV 197.05 26.96 154.36 -
System Red Green Blue C M Y K H S L
Decimal 234 213 18 0 0.09 0.92 0.08 54.17 0.86 0.49
Hex EA D5 12 0 9 5C 8 36 56 31
Octal 352 325 22 0 11 134 10 66 126 61
Binary 11101010 11010101 10010 0 1001 1011100 1000 110110 1010110 110001

Color Harmonies of #EAD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD512

Black with #EAD512

Text Example


Text Example

White with #EAD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD512; }

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

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

background-color css

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

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

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

border-color css

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

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

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