Html Css Color HEX #EACD14 Broom

📋 copy color: '#EACD14'

red 234 ◦ green 205 ◦ blue 20

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

Shades of Broom #EACD14

Tints of Broom #EACD14

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

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

R = 50.98%
G = 44.66%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EACD14 (or 0xEACD14) is known color: Broom. HEX triplet: EA, CD and 14. RGB value is (234,205,20). Sum of RGB (Red+Green+Blue) = 234+205+20=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD14 is #1532EB. Grayscale: #C1C1C1. Windows color (decimal): -1389292 or 1363434. OLE color: 1363434.

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

Color convert

RGB 234 205 20 -
CMYK 0 0.12 0.91 0.08
HSL 51.87º 0.84% 0.5% -
HSV(B) 51.87º 0.91% 0.92% -
XYZ 55.89 61.21 9.53 -
YUV 192.58 30.61 157.54 -
System Red Green Blue C M Y K H S L
Decimal 234 205 20 0 0.12 0.91 0.08 51.87 0.84 0.5
Hex EA CD 14 0 C 5B 8 34 54 32
Octal 352 315 24 0 14 133 10 64 124 62
Binary 11101010 11001101 10100 0 1100 1011011 1000 110100 1010100 110010

Color Harmonies of #EACD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD14

Black with #EACD14

Text Example


Text Example

White with #EACD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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