#EFCF18

Color #EFCF18 Broom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Broom #EFCF18

Tints of Broom #EFCF18

Color information

#EFCF18 (or 0xEFCF18) is unknown color: approx Broom. HEX triplet: EF, CF and 18. RGB value is (239,207,24). Sum of RGB (Red+Green+Blue) = 239+207+24=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCF18 is #1030E7. Grayscale: #C4C4C4. Windows color (decimal): -1061096 or 1626095. OLE color: 1626095.

HSL color Cylindrical-coordinate representation of color #EFCF18: hue angle of 51.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFCF18 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB23920724-
CMYK00.130.900.06
HSL51.07º87.04%51.57%-
HSV(B)51.07º89.96%93.73%-
XYZ58.0763.049.97-
YUV195.7131.1158.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.85%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 24 (9.77% from 255) = 5.11%
R=50.85%
G=44.04%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392072400.130.900.0651.0787.0451.57
HexEFCF180D5A6335734
Octal3573173001513266312764
Binary1110111111001111110000110110110101101100111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCF18; }

 p { color: rgb(239,207,24); }

 H1.HeaderClassName
 {
   color: #EFCF18;
 }
 .AnyTagClassName
 {
   color: #EFCF18;
 }
</style>
background-color css

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

 a { background-color: rgb(239,207,24); }

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

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

 span { border-color: rgb(239,207,24); }

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