#EFCA1E

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

Shades of Broom #EFCA1E

Tints of Broom #EFCA1E

Color information

#EFCA1E (or 0xEFCA1E) is unknown color: approx Broom. HEX triplet: EF, CA and 1E. RGB value is (239,202,30). Sum of RGB (Red+Green+Blue) = 239+202+30=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA1E is #1035E1. Grayscale: #C2C2C2. Windows color (decimal): -1062370 or 2018031. OLE color: 2018031.

HSL color Cylindrical-coordinate representation of color #EFCA1E: hue angle of 49.38º 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 #EFCA1E is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB23920230-
CMYK00.150.870.06
HSL49.38º86.72%52.75%-
HSV(B)49.38º87.45%93.73%-
XYZ56.9560.699.94-
YUV193.4635.76160.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.74%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 30 (12.11% from 255) = 6.37%
R=50.74%
G=42.89%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392023000.150.870.0649.3886.7252.75
HexEFCA1E0F576315735
Octal3573123601712766112765
Binary1110111111001010111100111110101111101100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA1E; }

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

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

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

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

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

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

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

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