Html Css Color HEX #EACF16 Broom

📋 copy color: '#EACF16'

red 234 ◦ green 207 ◦ blue 22

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

Shades of Broom #EACF16

Tints of Broom #EACF16

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.71%

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

R = 50.54%
G = 44.71%
B = 4.75%

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

#EACF16 (or 0xEACF16) is known color: Broom. HEX triplet: EA, CF and 16. RGB value is (234,207,22). Sum of RGB (Red+Green+Blue) = 234+207+22=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF16 is #1530E9. Grayscale: #C2C2C2. Windows color (decimal): -1388778 or 1495018. OLE color: 1495018.

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

Color convert

RGB 234 207 22 -
CMYK 0 0.12 0.91 0.08
HSL 52.36º 0.83% 0.5% -
HSV(B) 52.36º 0.91% 0.92% -
XYZ 56.39 62.18 9.79 -
YUV 193.98 30.95 156.54 -
System Red Green Blue C M Y K H S L
Decimal 234 207 22 0 0.12 0.91 0.08 52.36 0.83 0.5
Hex EA CF 16 0 C 5B 8 34 53 32
Octal 352 317 26 0 14 133 10 64 123 62
Binary 11101010 11001111 10110 0 1100 1011011 1000 110100 1010011 110010

Color Harmonies of #EACF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF16

Black with #EACF16

Text Example


Text Example

White with #EACF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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