Html Css Color HEX #EACD19 Broom

📋 copy color: '#EACD19'

red 234 ◦ green 205 ◦ blue 25

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

Shades of Broom #EACD19

Tints of Broom #EACD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.39%

R = 50.43%
G = 44.18%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EACD19 (or 0xEACD19) is known color: Broom. HEX triplet: EA, CD and 19. RGB value is (234,205,25). Sum of RGB (Red+Green+Blue) = 234+205+25=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 25 (10.16% from 255 or 5.39% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD19 is #1532E6. Grayscale: #C1C1C1. Windows color (decimal): -1389287 or 1691114. OLE color: 1691114.

HSL color Cylindrical-coordinate representation of color #EACD19: hue angle of 51.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EACD19 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 25 -
CMYK 0 0.12 0.89 0.08
HSL 51.67º 0.83% 0.51% -
HSV(B) 51.67º 0.89% 0.92% -
XYZ 55.94 61.23 9.79 -
YUV 193.15 33.11 157.14 -
System Red Green Blue C M Y K H S L
Decimal 234 205 25 0 0.12 0.89 0.08 51.67 0.83 0.51
Hex EA CD 19 0 C 59 8 34 53 33
Octal 352 315 31 0 14 131 10 64 123 63
Binary 11101010 11001101 11001 0 1100 1011001 1000 110100 1010011 110011

Color Harmonies of #EACD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD19

Black with #EACD19

Text Example


Text Example

White with #EACD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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