Html Css Color HEX #EACD16 Broom

📋 copy color: '#EACD16'

red 234 ◦ green 205 ◦ blue 22

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

Shades of Broom #EACD16

Tints of Broom #EACD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.77%

R = 50.76%
G = 44.47%
B = 4.77%

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

#EACD16 (or 0xEACD16) is known color: Broom. HEX triplet: EA, CD and 16. RGB value is (234,205,22). Sum of RGB (Red+Green+Blue) = 234+205+22=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD16 is #1532E9. Grayscale: #C1C1C1. Windows color (decimal): -1389290 or 1494506. OLE color: 1494506.

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

Color convert

RGB 234 205 22 -
CMYK 0 0.12 0.91 0.08
HSL 51.79º 0.83% 0.5% -
HSV(B) 51.79º 0.91% 0.92% -
XYZ 55.91 61.21 9.63 -
YUV 192.81 31.61 157.38 -
System Red Green Blue C M Y K H S L
Decimal 234 205 22 0 0.12 0.91 0.08 51.79 0.83 0.5
Hex EA CD 16 0 C 5B 8 34 53 32
Octal 352 315 26 0 14 133 10 64 123 62
Binary 11101010 11001101 10110 0 1100 1011011 1000 110100 1010011 110010

Color Harmonies of #EACD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD16

Black with #EACD16

Text Example


Text Example

White with #EACD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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