Html Css Color HEX #EACF1C Broom

📋 copy color: '#EACF1C'

red 234 ◦ green 207 ◦ blue 28

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

Shades of Broom #EACF1C

Tints of Broom #EACF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.97%

R = 49.89%
G = 44.14%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EACF1C (or 0xEACF1C) is known color: Broom. HEX triplet: EA, CF and 1C. RGB value is (234,207,28). Sum of RGB (Red+Green+Blue) = 234+207+28=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF1C is #1530E3. Grayscale: #C3C3C3. Windows color (decimal): -1388772 or 1888234. OLE color: 1888234.

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

Color convert

RGB 234 207 28 -
CMYK 0 0.12 0.88 0.08
HSL 52.14º 0.83% 0.51% -
HSV(B) 52.14º 0.88% 0.92% -
XYZ 56.45 62.2 10.13 -
YUV 194.67 33.95 156.05 -
System Red Green Blue C M Y K H S L
Decimal 234 207 28 0 0.12 0.88 0.08 52.14 0.83 0.51
Hex EA CF 1C 0 C 58 8 34 53 33
Octal 352 317 34 0 14 130 10 64 123 63
Binary 11101010 11001111 11100 0 1100 1011000 1000 110100 1010011 110011

Color Harmonies of #EACF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACF1C

Black with #EACF1C

Text Example


Text Example

White with #EACF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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