Html Css Color HEX #EADB14 Broom

📋 copy color: '#EADB14'

red 234 ◦ green 219 ◦ blue 20

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

Shades of Broom #EADB14

Tints of Broom #EADB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

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

R = 49.47%
G = 46.3%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EADB14 (or 0xEADB14) is known color: Broom. HEX triplet: EA, DB and 14. RGB value is (234,219,20). Sum of RGB (Red+Green+Blue) = 234+219+20=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB14 is #1524EB. Grayscale: #C9C9C9. Windows color (decimal): -1385708 or 1367018. OLE color: 1367018.

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

Color convert

RGB 234 219 20 -
CMYK 0 0.06 0.91 0.08
HSL 55.79º 0.84% 0.5% -
HSV(B) 55.79º 0.91% 0.92% -
XYZ 59.39 68.21 10.7 -
YUV 200.8 25.97 151.68 -
System Red Green Blue C M Y K H S L
Decimal 234 219 20 0 0.06 0.91 0.08 55.79 0.84 0.5
Hex EA DB 14 0 6 5B 8 38 54 32
Octal 352 333 24 0 6 133 10 70 124 62
Binary 11101010 11011011 10100 0 110 1011011 1000 111000 1010100 110010

Color Harmonies of #EADB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB14

Black with #EADB14

Text Example


Text Example

White with #EADB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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