Html Css Color HEX #EAD50F Broom

📋 copy color: '#EAD50F'

red 234 ◦ green 213 ◦ blue 15

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

Shades of Broom #EAD50F

Tints of Broom #EAD50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.25%

R = 50.65%
G = 46.1%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAD50F (or 0xEAD50F) is known color: Broom. HEX triplet: EA, D5 and 0F. RGB value is (234,213,15). Sum of RGB (Red+Green+Blue) = 234+213+15=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAD50F is #152AF0. Grayscale: #C5C5C5. Windows color (decimal): -1387249 or 1037802. OLE color: 1037802.

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

Color convert

RGB 234 213 15 -
CMYK 0 0.09 0.94 0.08
HSL 54.25º 0.88% 0.49% -
HSV(B) 54.25º 0.94% 0.92% -
XYZ 57.81 65.12 9.97 -
YUV 196.71 25.46 154.6 -
System Red Green Blue C M Y K H S L
Decimal 234 213 15 0 0.09 0.94 0.08 54.25 0.88 0.49
Hex EA D5 F 0 9 5E 8 36 58 31
Octal 352 325 17 0 11 136 10 66 130 61
Binary 11101010 11010101 1111 0 1001 1011110 1000 110110 1011000 110001

Color Harmonies of #EAD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD50F

Black with #EAD50F

Text Example


Text Example

White with #EAD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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