Html Css Color HEX #EADA14 Broom

📋 copy color: '#EADA14'

red 234 ◦ green 218 ◦ blue 20

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

Shades of Broom #EADA14

Tints of Broom #EADA14

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.19%

 BLUE value IS 20 (8.2% from 255) = 4.24%

R = 49.58%
G = 46.19%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EADA14 (or 0xEADA14) is known color: Broom. HEX triplet: EA, DA and 14. RGB value is (234,218,20). Sum of RGB (Red+Green+Blue) = 234+218+20=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA14 is #1525EB. Grayscale: #C9C9C9. Windows color (decimal): -1385964 or 1366762. OLE color: 1366762.

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

Color convert

RGB 234 218 20 -
CMYK 0 0.07 0.91 0.08
HSL 55.51º 0.84% 0.5% -
HSV(B) 55.51º 0.91% 0.92% -
XYZ 59.13 67.69 10.61 -
YUV 200.21 26.3 152.1 -
System Red Green Blue C M Y K H S L
Decimal 234 218 20 0 0.07 0.91 0.08 55.51 0.84 0.5
Hex EA DA 14 0 7 5B 8 38 54 32
Octal 352 332 24 0 7 133 10 70 124 62
Binary 11101010 11011010 10100 0 111 1011011 1000 111000 1010100 110010

Color Harmonies of #EADA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA14

Black with #EADA14

Text Example


Text Example

White with #EADA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA14; }

 p { color: rgb(234,218,20); }

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

background-color css

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

 a { background-color: rgb(234,218,20); }

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

border-color css

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

 span { border-color: rgb(234,218,20); }

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