#EFCD1E

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

Shades of Broom #EFCD1E

Tints of Broom #EFCD1E

Color information

#EFCD1E (or 0xEFCD1E) is unknown color: approx Broom. HEX triplet: EF, CD and 1E. RGB value is (239,205,30). Sum of RGB (Red+Green+Blue) = 239+205+30=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 30 (12.11% from 255 or 6.33% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD1E is #1032E1. Grayscale: #C3C3C3. Windows color (decimal): -1061602 or 2018799. OLE color: 2018799.

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

Color convert

RGB23920530-
CMYK00.140.870.06
HSL50.24º86.72%52.75%-
HSV(B)50.24º87.45%93.73%-
XYZ57.6662.1110.18-
YUV195.2234.76159.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.42%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 30 (12.11% from 255) = 6.33%
R=50.42%
G=43.25%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392053000.140.870.0650.2486.7252.75
HexEFCD1E0E576325735
Octal3573153601612766212765
Binary1110111111001101111100111010101111101100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD1E; }

 p { color: rgb(239,205,30); }

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

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

 a { background-color: rgb(239,205,30); }

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

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

 span { border-color: rgb(239,205,30); }

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