Html Css Color HEX #EACF13 Broom

📋 copy color: '#EACF13'

red 234 ◦ green 207 ◦ blue 19

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

Shades of Broom #EACF13

Tints of Broom #EACF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.13%

R = 50.87%
G = 45%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EACF13 (or 0xEACF13) is known color: Broom. HEX triplet: EA, CF and 13. RGB value is (234,207,19). Sum of RGB (Red+Green+Blue) = 234+207+19=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF13 is #1530EC. Grayscale: #C2C2C2. Windows color (decimal): -1388781 or 1298410. OLE color: 1298410.

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

Color convert

RGB 234 207 19 -
CMYK 0 0.12 0.92 0.08
HSL 52.47º 0.85% 0.5% -
HSV(B) 52.47º 0.92% 0.92% -
XYZ 56.36 62.17 9.64 -
YUV 193.64 29.45 156.79 -
System Red Green Blue C M Y K H S L
Decimal 234 207 19 0 0.12 0.92 0.08 52.47 0.85 0.5
Hex EA CF 13 0 C 5C 8 34 55 32
Octal 352 317 23 0 14 134 10 64 125 62
Binary 11101010 11001111 10011 0 1100 1011100 1000 110100 1010101 110010

Color Harmonies of #EACF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF13

Black with #EACF13

Text Example


Text Example

White with #EACF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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